CPU温度监测
1、安装yum源
wget
rpm -ivh elrepo-release-5-2.el5.elrepo.noarch.rpm
rpm --import
2、安装coretemp包
yum --enablerepo=elrepo install -y kmod-coretemp
yum install -y lm_sensors
3、 modinfo coretemp
filename: /lib/modules/2.6.18-194.el5/extra/coretemp/coretemp.ko
license: GPL
description: Intel Core temperature monitor
author: Rudolf Marek
srcversion: DE8D63ACD5D0B250D4D79F7
depends: hwmon
vermagic: 2.6.18-194.el5 SMP mod_unload gcc-4.1
4、modprobe coretemp 加载coretemp模块
5、lsmod | grep coretemp
lsmod | grep coretemp
coretemp 43264 0
hwmon 36553 2 coretemp,power_meter
6、/usr/sbin/sensors-detect 全回车
7、查看 cpu温度
# sensors
coretemp-isa-0000
Adapter: ISA adapter
Core 0: +38°C (high = +99°C)
coretemp-isa-0001
Adapter: ISA adapter
Core 1: +38°C (high = +99°C)
coretemp-isa-0002
Adapter: ISA adapter
Core 2: +38°C (high = +99°C)
coretemp-isa-0003
Adapter: ISA adapter
Core 3: +35°C (high = +99°C
IBM Dynamic System Analysis (DSA):
下载ibm_utl_dsa_dsyt85t-3.40_portable_rhel5_x86-64 (30.47 MB)
$chmod +x ibm_utl_dsa_dsyt85t-3.40_portable_rhel5_x86-64.bin
$./ibm_utl_dsa_dsyt85t-3.40_portable_rhel5_x86-64.bin
用法:
To run DSA and create HTML output files in the directory
/usr/foo/DSA_Output, run this command:
-v -c -d /usr/foo/DSA_Output
-c Create directory specified by -d option.
-v Create HTML output files.
-d Place DSA output files in the specified directory rather than
in the default location, which is /var/log/IBM_Support.
-text Create TEXT output files.
阅读(1639) | 评论(0) | 转发(0) |