Results 1 to 2 of 2
This is a n00bish question, so please have patience.
I was trying to find a simple bash utility that will tell me cpu temperature and possibly other useful details. I ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-22-2006 #1Linux User
- Join Date
- Aug 2005
- Posts
- 408
monitor cpu temp
This is a n00bish question, so please have patience.
I was trying to find a simple bash utility that will tell me cpu temperature and possibly other useful details. I think my fan is not working very well, and so I want to monitor cpu temperature.
Does anyone know of any particular programs that are part of bash? I'm assuming there should be something built in, but googling has not helped me.
- 05-23-2006 #2
Not in bash itself, no. Try the lm_sensors package. Running it from bash gives you output like this:
Code:it8712-isa-0290 Adapter: ISA adapter VCore 1: +1.70 V (min = +0.00 V, max = +4.08 V) VCore 2: +2.69 V (min = +0.00 V, max = +4.08 V) +3.3V: +3.30 V (min = +0.00 V, max = +4.08 V) +5V: +4.25 V (min = +0.00 V, max = +6.85 V) +12V: +11.52 V (min = +0.00 V, max = +16.32 V) -12V: -15.70 V (min = -27.36 V, max = +3.93 V) -5V: -7.96 V (min = -13.64 V, max = +4.03 V) Stdby: +4.70 V (min = +0.00 V, max = +6.85 V) VBat: +4.08 V fan1: 3375 RPM (min = 0 RPM, div = 8) fan2: 2008 RPM (min = 0 RPM, div = 8) fan3: 0 RPM (min = 0 RPM, div = 8) M/B Temp: +33°C (low = +127°C, high = +127°C) sensor = thermistor CPU Temp: +30°C (low = +127°C, high = +127°C) sensor = thermistor Temp3: +55°C (low = +127°C, high = +127°C) sensor = diode


Reply With Quote
