Linux Sensors烧机测试
合集下载
相关主题
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
answer the questions. After the server gets some work for you, stop
mprime, then run mprime -m and choose Options/Torture Test.
Join Gimps? (Y=Yes, N=Just stress testing) (Y): N
Linux 烧机测试
我发现这方面的知识比较少,在Google只看到来自.tw的文章。好东西要珍惜,特此转载。再一次对博主表示感谢。
剛組裝了一部6核心的電腦 (AMD 1055t+ASUS M4A88TD-V EVO/USB3 500GB HD),安裝好了CentOS 5後想測試一下系統能否持續運作及温度耗電情形..
vi /etc/yum.repos.d/elrepo.repo
修改[elrepo]段中的
enabled=1
接著可以安裝 lm_sensors相關套件
yum install lm_sensors*
*安裝後建議把 sensors-detect 更新
cd /usr/sbin
[root@localhost sbin]# sensors
k10temp-pci-00c3
pter: PCI adapter
CPU1 Temp: +39°C
2。測試軟體 mprime
mkdir mprime
cd mprime
至/freesoft.htm下載 mprime for Linux版
[Worker #5 Nov 10 14:47] Worker starting
[Worker #5 Nov 10 14:47] Setting affinity to run worker on logical CPU #4
[Worker #1 Nov 10 14:47] Beginning a continuous self-test to check your computer.
例如:
Driver `it87':
* ISA bus, address 0x290
Chip `ITE IT8721F/IT8758E Super IO Sensors' (confidence: 9)
Driver `k10temp':
* Chip `AMD Family 10h thermal sensors' (confidence: 9)
the PrimeNet server. Use the Options/Torture Test menu choice for your
stress tests. Also, read the stress.txt file.
If you want to both join GIMPS and run stress tests, then Join GIMPS and
Type of torture test to run (3):
Accept the answers above? (Y):
[Main thread Nov 10 14:47] Starting workers.
[Worker #1 Nov 10 14:47] Worker starting
[Worker #6 Nov 10 14:47] Please read stress.txt. Hit ^C to end this test.
[Worker #3 Nov 10 14:47] Test 1, 4000 Lucas-Lehmer iterations of M19922945 using FFT length 1024K.
[Worker #2 Nov 10 14:47] Test 1, 4000 Lucas-Lehmer iterations of M19922945 using FFT length 1024K.
much).
2 = In-place large FFTs (maximum heat and power consumption, some RAM
tested).
3 = Blend (tests some of everything, lots of RAM tested).
11,12,13 = Allows you to fine tune the above three selections.
[Worker #1 Nov 10 14:47] Setting affinity to run worker on logical CPU #0
[Worker #2 Nov 10 14:47] Worker starting
[Worker #2 Nov 10 14:47] Setting affinity to run worker on logical CPU #1
[Worker #1 Nov 10 14:47] Please read stress.txt. Hit ^C to end this test.
[Worker #3 Nov 10 14:47] Beginning a continuous self-test to check your computer.
[Worker #4 Nov 10 14:47] Please read stress.txt. Hit ^C to end this test.
[Worker #2 Nov 10 14:47] Beginning a continuous self-test to check your computer.
[Worker #4 Nov 10 14:47] Setting affinity to run worker on logical CPU #3
[Worker #6 Nov 10 14:47] Worker starting
[Worker #6 Nov 10 14:47] Setting affinity to run worker on logical CPU #5
wget /gimps/mprime2511.tar.gz
tar zxvf mprime2511.tar.gz
解開後直接執行
[root@localhost mprime]# ./mprime
Welcome to GIMPS, the hunt for huge prime numbers. You will be asked a
Number of torture test threads to run (6):
Choose a type of torture test to run.
1 = Small FFTs (maximum FPU stress, data fits in L2 cache, RAM not tested
[Worker #3 Nov 10 14:47] Please read stress.txt. Hit ^C to end this test.
[Worker #4 Nov 10 14:47] Beginning a continuous self-test to check your computer.
Blend is the default. NOTE: if you fail the blend test, but can pass the
small FFT test then your problem is likely bad memory or a bad memory
controller.
上網找了好久終於找出方法來了,原來在elrepo上有人幫忙維護了CentOS可用的lm_sensors套件:
安裝方法如下:
rpm -Uvh /linux/elrepo/el5/i386/RPMS/elrepo-release-5-2.el5.elrepo.noarch.rpm
通常還要下載欠缺相關的module
x86 执行 yum install kmod-it87-PAE kmod-k10temp-PAE
x64 执行 yum install kmod-it87 kmod-k10temp
安裝後再執行一次 sensors-detect,便能成功了。
查看資料 執行sensors即可。
few simple questions and then the program will contact the primenet server
to get some work for your computer. Good luck!
Attention OVERCLOCKERS!! Mprime has gained a reputation as a useful
[Worker #3 Nov 10 14:47] Worker starting
[Worker #3 Nov 10 14:47] Setting affinity to run worker on logical CPU #2
[Worker #4 Nov 10 14:47] Worker starting
[Worker #5 Nov 10 14:47] Test 1, 4000 Lucas-Lehmer iterations of M19922945 using FFT length 1024K.
[Worker #6 Nov 10 14:47] Test 1, 4000 Lucas-Lehmer iterations of M19922945 using FFT length 1024K.
mv sensors-detect sensors-detect.old
wget /lm-sensors/files/sensors-detect
chmod u+x sensors-detect
接著就可以執行sensors-detect幫我找出電腦中的sensor
[Worker #2 Nov 10 14:47] Please read stress.txt. Hit ^C to end this test.
[Worker #5 Nov 10 14:47] Beginning a continuous self-test to check your computer.
[Worker #5 Nov 10 14:47] Please read stress.txt. Hit ^C to end this test.
[Worker #6 Nov 10 14:47] Beginning a continuous self-test to check your computer.
1。安裝 硬體監測程式 lm_sensors
本來以為使用 yum install lm_sensors 就可以了,不過卻發現 lm_sensors 原始網站(/) 己經更新到 3.x版,然而CentOS 5還在 2.x, 更大的問題是kernel版本未把需要的module包進去,
stress testing tool for people that enjoy pushing their hardware to the
limit. You are more than welcome to use this software for that purpose.
Please select the stress testing choice below to avoid interfering with
mprime, then run mprime -m and choose Options/Torture Test.
Join Gimps? (Y=Yes, N=Just stress testing) (Y): N
Linux 烧机测试
我发现这方面的知识比较少,在Google只看到来自.tw的文章。好东西要珍惜,特此转载。再一次对博主表示感谢。
剛組裝了一部6核心的電腦 (AMD 1055t+ASUS M4A88TD-V EVO/USB3 500GB HD),安裝好了CentOS 5後想測試一下系統能否持續運作及温度耗電情形..
vi /etc/yum.repos.d/elrepo.repo
修改[elrepo]段中的
enabled=1
接著可以安裝 lm_sensors相關套件
yum install lm_sensors*
*安裝後建議把 sensors-detect 更新
cd /usr/sbin
[root@localhost sbin]# sensors
k10temp-pci-00c3
pter: PCI adapter
CPU1 Temp: +39°C
2。測試軟體 mprime
mkdir mprime
cd mprime
至/freesoft.htm下載 mprime for Linux版
[Worker #5 Nov 10 14:47] Worker starting
[Worker #5 Nov 10 14:47] Setting affinity to run worker on logical CPU #4
[Worker #1 Nov 10 14:47] Beginning a continuous self-test to check your computer.
例如:
Driver `it87':
* ISA bus, address 0x290
Chip `ITE IT8721F/IT8758E Super IO Sensors' (confidence: 9)
Driver `k10temp':
* Chip `AMD Family 10h thermal sensors' (confidence: 9)
the PrimeNet server. Use the Options/Torture Test menu choice for your
stress tests. Also, read the stress.txt file.
If you want to both join GIMPS and run stress tests, then Join GIMPS and
Type of torture test to run (3):
Accept the answers above? (Y):
[Main thread Nov 10 14:47] Starting workers.
[Worker #1 Nov 10 14:47] Worker starting
[Worker #6 Nov 10 14:47] Please read stress.txt. Hit ^C to end this test.
[Worker #3 Nov 10 14:47] Test 1, 4000 Lucas-Lehmer iterations of M19922945 using FFT length 1024K.
[Worker #2 Nov 10 14:47] Test 1, 4000 Lucas-Lehmer iterations of M19922945 using FFT length 1024K.
much).
2 = In-place large FFTs (maximum heat and power consumption, some RAM
tested).
3 = Blend (tests some of everything, lots of RAM tested).
11,12,13 = Allows you to fine tune the above three selections.
[Worker #1 Nov 10 14:47] Setting affinity to run worker on logical CPU #0
[Worker #2 Nov 10 14:47] Worker starting
[Worker #2 Nov 10 14:47] Setting affinity to run worker on logical CPU #1
[Worker #1 Nov 10 14:47] Please read stress.txt. Hit ^C to end this test.
[Worker #3 Nov 10 14:47] Beginning a continuous self-test to check your computer.
[Worker #4 Nov 10 14:47] Please read stress.txt. Hit ^C to end this test.
[Worker #2 Nov 10 14:47] Beginning a continuous self-test to check your computer.
[Worker #4 Nov 10 14:47] Setting affinity to run worker on logical CPU #3
[Worker #6 Nov 10 14:47] Worker starting
[Worker #6 Nov 10 14:47] Setting affinity to run worker on logical CPU #5
wget /gimps/mprime2511.tar.gz
tar zxvf mprime2511.tar.gz
解開後直接執行
[root@localhost mprime]# ./mprime
Welcome to GIMPS, the hunt for huge prime numbers. You will be asked a
Number of torture test threads to run (6):
Choose a type of torture test to run.
1 = Small FFTs (maximum FPU stress, data fits in L2 cache, RAM not tested
[Worker #3 Nov 10 14:47] Please read stress.txt. Hit ^C to end this test.
[Worker #4 Nov 10 14:47] Beginning a continuous self-test to check your computer.
Blend is the default. NOTE: if you fail the blend test, but can pass the
small FFT test then your problem is likely bad memory or a bad memory
controller.
上網找了好久終於找出方法來了,原來在elrepo上有人幫忙維護了CentOS可用的lm_sensors套件:
安裝方法如下:
rpm -Uvh /linux/elrepo/el5/i386/RPMS/elrepo-release-5-2.el5.elrepo.noarch.rpm
通常還要下載欠缺相關的module
x86 执行 yum install kmod-it87-PAE kmod-k10temp-PAE
x64 执行 yum install kmod-it87 kmod-k10temp
安裝後再執行一次 sensors-detect,便能成功了。
查看資料 執行sensors即可。
few simple questions and then the program will contact the primenet server
to get some work for your computer. Good luck!
Attention OVERCLOCKERS!! Mprime has gained a reputation as a useful
[Worker #3 Nov 10 14:47] Worker starting
[Worker #3 Nov 10 14:47] Setting affinity to run worker on logical CPU #2
[Worker #4 Nov 10 14:47] Worker starting
[Worker #5 Nov 10 14:47] Test 1, 4000 Lucas-Lehmer iterations of M19922945 using FFT length 1024K.
[Worker #6 Nov 10 14:47] Test 1, 4000 Lucas-Lehmer iterations of M19922945 using FFT length 1024K.
mv sensors-detect sensors-detect.old
wget /lm-sensors/files/sensors-detect
chmod u+x sensors-detect
接著就可以執行sensors-detect幫我找出電腦中的sensor
[Worker #2 Nov 10 14:47] Please read stress.txt. Hit ^C to end this test.
[Worker #5 Nov 10 14:47] Beginning a continuous self-test to check your computer.
[Worker #5 Nov 10 14:47] Please read stress.txt. Hit ^C to end this test.
[Worker #6 Nov 10 14:47] Beginning a continuous self-test to check your computer.
1。安裝 硬體監測程式 lm_sensors
本來以為使用 yum install lm_sensors 就可以了,不過卻發現 lm_sensors 原始網站(/) 己經更新到 3.x版,然而CentOS 5還在 2.x, 更大的問題是kernel版本未把需要的module包進去,
stress testing tool for people that enjoy pushing their hardware to the
limit. You are more than welcome to use this software for that purpose.
Please select the stress testing choice below to avoid interfering with