安装环境:CentOS 6.x/7.x
[root@localhost ~]``# wget [https://people.seas.harvard.edu/](https://people.seas.harvard.edu/)~apw/stress/stress-1.0.4.tar.gz
[root@localhost ~]``# tar zxf stress-1.0.4.tar.gz
[root@localhost ~]``# cd stress-1.0.4
[root@localhost stress-1.0.4]``# ./configure
[root@localhost stress-1.0.4]``# make
[root@localhost stress-1.0.4]``# make install
[root@localhost stress-1.0.4]``# stress --version
stress 1.0.4
测试命令示例:
stress --cpu 8 --io 4 --vm 2 --vm-bytes 128M --timeout 10s
备注:
--cpu 8 指的是测试8个cpu,可以根据服务器配置自行修改
--timeout 10s 指的是测试时间10s,如果需要测试更长时间,增大时间值即可
- 【强烈推荐】cpuburn是一个测试CPU超频稳定性的测试工具,程序会加热任何X86 CPU到它所能承受最大工作温度,它可以使用户在实际应用中加速cpu,即使在压力大的情况下也可以保证稳定性。
cpuburn使用简单,下载即可使用,附图一张即可知道其如何使用。
cpuburn使用简单,直接:
./cpuburn
即可刷满所有核心进行处理器稳定性测试。