如何将linux下的cpu与内存跑满从而测试其稳定性,用电量等。这里使用cpuburn-in与memtester。
cpuburn-in(http://cpuburnin.com/)的使用方法
首先要查看cpu的核心数,然后运行对应数量的多个实例,后面只要跟需要测试的分钟数即可,一天为1440分钟,自己在测试过程中CentOS6.4 x86_64需要安装好glibc.i686包。
nohup ./cpuburn-in 1440 &
每个cpu的使用百分比可以通过htop查看
memtester(http://pyropus.ca/software/memtester/)的使用方法
下载解压,编译 make之后得到memtester,后面跟参数为测试的内存大小,可以trial and error的方法得到最大的可测内存,比如32GB的总内存,可以填31000测试
nohup ./memtester 31000 &
同样可以使用htop查看内存的使用率
2014-11-26
unixbench
直接运行
nohup ./Run
Leave a Reply