Linux pressure measurement tool Stress installation and use

download:

wget -P /home/ http://people.seas.harvard.edu/~apw/stress/stress-1.0.4.tar.gz

In turn execute the following command:

cd /home

tar -zxvf stress-1.0.4.tar.gz

cd stress-1.0.4

./configure

make

make check

make install

make clean

Pressure measurement instructions:

stress --cpu 1 --timeout 600 pressed over a cpu, performed 10 minutes

top see System Status:

mpstat -P ALL 5 CPU status to see:

 

Guess you like

Origin blog.csdn.net/datuzijean/article/details/86614597