본문 바로가기

IT

system stress test

 

1. sudo apt install -y wget screen

2. wget https://github.com/layou233/NeverIdle/releases/download/0.2.2/NeverIdle-linux-yourcputype -O NeverIdle

3. chmod 777 NeverIdle

4. screen -R NeverIdle

5. ./NeverIdle -c 2h -m 1 -n 4h

-c: cpu 테스트시간 지정

-m: 메모리 점유 (본인 시스템 메모리 용량내에서 설정)

-n: 네트워크 테스트시간 지정

 

* screen에서 화면분리 : Ctrl + a + d / 재연결 : screen -r