Linux 리소스 부하테스트
linux에서 강제로 리소스를 사용하여 CPU, memory등에 부하를 줄 수 있음 [root@localhost ~]# yum install epel-release [root@localhot ~]# yum install stress * 옵션 stress -c 코어수 : 지정한 코어를 100% 사용함 stress - vm 프로세스 수 -vm-bytes 사용할 크기 : 메모리 로드를 위해 프로세스 갯수와 사용할 메모리 크기를 설정 stress –hdd hdd 갯수 –hdd-bytes 사용할 크기 : 하드 디스크 로드를 위한 하드디스크 수와 테스트파일 크기 지정 stress -c 1 -timeout 10s : 10초동안 1코어를 100% 사용함 (timeout 미 설정 시 중지할 때까지 사용함)