Showing posts with label CPU Temperature. Show all posts
Showing posts with label CPU Temperature. Show all posts

Thursday, May 13, 2010

Display CPU Temperature Graphically using a Panel Applet in Ubuntu

"sudo apt-get install sensors-applet"

Right-click on any panel and add the new applet, then easily configure it to display the temperature, fan speed, HDD temperature ...etc

Wednesday, May 12, 2010

Get CPU Temperature From Command Line in Ubuntu

more /proc/acpi/thermal_zone/THM0/temperature
more /proc/acpi/thermal_zone/THM1/temperature

As I have two processors "THM0" and "THM1"

Source