Why?


Search This Blog

Saturday, April 11, 2015

Stress test your Centos 6.6

#yum -y install stress

After the install run

# stress -c 5


Execution of the command above will hog all available cpu power and create a load five times a single core would happily handle. 

you can  use htop and see all four of my cores on the i5 at 100%. You can also run 

# sensors

and see your cpu core temps

No comments:

Post a Comment