Temp. Monioring Util/ Command ?

Status
Not open for further replies.

Dark Star

Cyborg Agent
Is there any CPU / SYSTEM temperature monitoring util or command for Linux /

I want to monitor it .. ?

Please do let me know/..........

Regards
 

infra_red_dude

Wire muncher!
You can install lm-sensors and/or the sensorsd daemon and use a front-end to monitor temps/fan speeds. Check if the sensor on your mobo is supported by either of these two modules.
 

Nuxer

liNux+usER
Detailed Tutorial about temperature monitoring in Linux

check this link *linuxmintworld.blogspot.com/2009/01/tutorial-monitor-cpu-temperature-in.html
 

coolpcguy

Resistance is Futile.
Code:
cat /proc/acpi/thermal_zone/THM/temperature
should tell you the processor temperature
 
OP
Dark Star

Dark Star

Cyborg Agent
Thax.. I knew lm_sensor existed but thought it cam preinstalled :p

Thanks,, Yea that cat commands not working !!!

Code:
[shashwat@localhost ~]$ sensors -f
acpitz-virtual-0
Adapter: Virtual device
temp1:      +104.0°F  (crit = +140.0°F)

f71882fg-isa-0220
Adapter: ISA adapter
3.3V:        +3.36 V
Vcore:       +1.25 V  (max =  +2.04 V)
Vdimm:       +2.26 V
Vchip:       +1.89 V
+5V:         +5.67 V
12V:        +12.21 V
5VSB:        +5.00 V
3VSB:        +3.25 V
Battery:     +3.18 V
CPU:        3131 RPM
System:        0 RPM  ALARM
Power:         0 RPM  ALARM
Aux:           0 RPM  ALARM
CPU:        +100.4°F  (high = +185.0°F, hyst = +177.8°F)
                      (crit = +212.0°F, hyst = +204.8°F)  sensor = transistor
System:      +78.8°F  (high = +185.0°F, hyst = +177.8°F)
                      (crit = +212.0°F, hyst = +204.8°F)  sensor = transistor
 
Status
Not open for further replies.
Top Bottom