Monitoring CPU Temperature in Ubuntu

Follow these steps to monitor CPU Temperature in Ubuntu.

  1. Install lm-sensors

    $ apt-get install lm-sensors
  2. Detect Sensors, entering ‘Y’ for each question shouldn’t hurt.

    $ sensors-detect
  3. Load the modules

    $ sudo service module-init-tools start
  4. Get the applet

    $ apt-get install sensors-applet
  5. And finally, add this applet to the panel.

Load Comments?