2

So all the previous answers that I have found pretty much tell me to install lm-sensors. But there is a lot of configuration with it that I find odd. I am sure there are more simpler ways.

For instance I can do cat cat /sys/class/thermal/thermal_zone2/temp and it will print out a temperature. So I guess the thermal-zones in that thermal folder are related to various hardware parts in my computer? But is there any documentation about this? Like how to read them exactly and what devices each zone points to.

Or maybe there is even a better way of doing this?

inimene
  • 2,106

2 Answers2

1

Try acpi.

sudo apt-get install acpi

Then run:

 acpi -V 

Here are the more options for acpitool:

Ubuntu manpage for acpitool

Muzaffar
  • 5,597
0

After installing lm-sensors you can install, for example, GKrellM.

sudo apt-get install gkrellm

GKrellM is at the right side of the image where it is using invisible skin (downloaded from http://www.larsen-b.com/Article/284.html) in my Ubuntu 14.10. At GKrellM Configuration Panel (Sensors), you can enable each one of temperature sensors that have been founded by lm-sensors.

xunilk
  • 288
  • 1
  • 4
  • 9