CentOS 6.2+VirtualBox cpu稳定性检测 内存检测 整体检测工具PASSMARK

CentOS 6.2 minimal +VirtualBox cpu稳定性检测 内存检测 整体检测工具PASSMARK。

1 CPU

/proc文件系统是系统内核的映像,,即目录中的文件存放在系统内存中,以文件系统的方式为访问系统内核数据的操作提供接口。用户和系统可以通过/proc得到系统信息,和改变系统内核的参数。输入cat /proc/cpuinfo

显示如图.确认cpu硬件无BUG。

工具一:cpuburncPUBurn-in是为超频爱好者设计的稳定性测试工具。CPU Burn-in能将任何x86 CPU“加热”到所能承受的极限温度,通过内置的算法,不断检测CPU在超频时发生的运算错误,从而帮助超频爱好者在保证应用程序能正常运行这一前题下,发挥CPU的最大效能。

下载地址:

免费下载地址在

用户名与密码都是

具体下载目录在 /2013年资料/1月/18日/CentOS 6.2+VirtualBox cpu稳定性检测

测试命令(以分钟计):cpuburn-in times

测试如图:

假设有32台服务器在一个网段,ip为10.1.1.1-32.

分发脚本:

#!/bin/sh

for((i=2;i<=64;i++))

do

rcp /test/cpuburn-in 10.1.1.$i: /test/

done

测试脚本cputest.sh如下:

#!/bin/sh

for((i=1;i<=32;i++))

do

rsh 10.1.1.$i “/test/cpuburn-in $1 >/test/cpulog” &

done

测试完成后,系统产生/tmp/cpulog日志文件,使用脚本view.sh查看cpu是否出错

#!/bin/sh

for((i=1;i<=32;i++))

do

rsh 10.1.1.$i hostname

rsh 10.1.1.$i “grep -i fail /tmp/cpulog”

done

希望有一天,自己也像他们一样,踩着单车上路,

CentOS 6.2+VirtualBox cpu稳定性检测 内存检测 整体检测工具PASSMARK

相关文章:

你感兴趣的文章:

标签云: