Linux View machine temperature
First, install the Lm_sensors
[Email protected]_exercise ~]# yum-y Install lm_sensors
Second, the configuration
[Email protected]_exercise ~]# Sensors-detect
Want to scan for them? This is totally safe. (yes/no): YES
Does want to scan for Super I/O sensors? (yes/no): YES
This is normally safe. Does want to scan for IPMI interfaces? (yes/no): YES
Does want to scan the ISA I/O ports? (yes/no): YES
Does want to probe the I2c/smbus adapters now? (yes/no): YES
Next adapter:i915 Gmbus SSC (i2c-0)
Does want to scan it? (yes/no/selectively): YES
Next adapter:i915 Gmbus VGA (i2c-1)
Does want to scan it? (yes/no/selectively): YES
Next adapter:i915 gmbus Panel (i2c-2)
Does want to scan it? (yes/no/selectively): YES
Next adapter:i915 Gmbus DPC (i2c-3)
Does want to scan it? (yes/no/selectively): YES
Next adapter:i915 Gmbus DPB (i2c-4)
Does want to scan it? (yes/no/selectively): YES
Next adapter:i915 Gmbus DPD (i2c-5)
Does want to scan it? (yes/no/selectively): YES
Now follows a summary of the probes I had just done.
Just Press ENTER to continue:
Want to Overwrite/etc/sysconfig/lm_sensors? (yes/no): YES
Starting lm_sensors:loading module Coretemp [ OK ]
Unloading I2c-dev ... Ok
Third, check the temperature
[Email protected]_exercise ~]# Sensors
acpitz-virtual-0
Adapter:virtual Device
Temp1: +27.8°c (crit = +103.0°c)
Temp2: +29.8°c (crit = +103.0°c)
coretemp-isa-0000
Adapter:isa Adapter
Physical ID 0: +30.0°c (high = +82.0°c, Crit = +102.0°c)
Core 0: +25.0°c (high = +82.0°c, Crit = +102.0°c)
Core 1: +30.0°c (high = +82.0°c, Crit = +102.0°c)
This article from "Doublelinux" blog, declined reprint!
Linux View machine temperature