CPU

How to monitor CPU temperature in Ubuntu 14.04

CPU temperature is usually good between 40 to 50 degrees Celsius.

To monitor CPU temperature, you can use the following:

Install lm-sensors:

sudo apt-get install lm-sensors 
sudo sensors detect
sudo service kmod start
sensors

The latest version of psensor includes the ability to show individual sensor value along with the indicator icon.
To install that:

Tags:

Subscribe to RSS - CPU
randomness