Skip to content

06_Stress test

Davood Dorostkar edited this page May 31, 2022 · 6 revisions

stress

sudo apt-get install stress
uptime && sudo stress --cpu 4 --io 3 --vm 2 --vm-bytes 256M --timeout 20s && uptime

stress-ng

doc

stress cpu with max number of cpus, 40% load, and 20s timeout:

stress-ng -c 0 -l 40 -t 20

GPU stress test

sudo apt install glmark2
glmark2

other testers

GUI tester

app

Clone this wiki locally