How to check the notebook CPU temperature in Ubuntu

Source: Internet
Author: User

How to check the notebook CPU temperature in Ubuntu

When summer is over, laptop overheating is a common problem recently. Monitoring the hardware temperature may help you diagnose why your notebook is overheated. In this article, we will learn how to check the CPU temperature in Ubuntu.

We will use a GUI tool Psensor that allows you to monitor the hardware temperature in Linux. With Psensor, you can:

  • Monitor cpu and motherboard Temperature
  • NVidia GPU monitoring documentation
  • Monitor hard disk temperature
  • Monitor fan speed
  • Monitor CPU usage

The latest version of Psensor also provides indication Applets in Ubuntu, making it easier to monitor the temperature in Ubuntu. You can choose to display the temperature in the upper-right corner of the Panel. It will also be notified after the temperature threshold is exceeded.

 

How to install Psensor in Ubuntu 15.04 and 14.04

Before installing Psensor, you need to install and configure lm-sensors, a command line tool for Hardware monitoring. If you want to measure the disk temperature, you also need to install hddtemp. To install these tools, run the following commands:

  1. sudo apt-get install lm-sensors hddtemp

Then we started to detect hardware sensors:

  1. sudo sensors-detect

To make sure that the job is already running, run the following command:

  1. sensors

It will give the following output:

  1. acpitz-virtual-0
  2. Adapter:Virtual device
  3. temp1:+43.0°C (crit =+98.0°C)
  4. coretemp-isa-0000
  5. Adapter: ISA adapter
  6. Physical id 0:+44.0°C (high =+100.0°C, crit =+100.0°C)
  7. Core0:+41.0°C (high =+100.0°C, crit =+100.0°C)
  8. Core1:+40.0°C (high =+100.0°C, crit =+100.0°C)

If everything looks okay, run the following command to install Psensor:

  1. sudo apt-get install psensor

After the installation is complete, run the program in Unity Dash. During the first running, you should configure the monitoring status of the Psensor.

 

Display temperature on the panel

If you want to display the temperature in the panel, enter Sensor Preferences:

Under the Application Indicator menu, select the component you want to Display the temperature and check the Display sensor in the label option.

 

Start Psensor every time

Go to Preferences-> Startup and select Launch on session startup to enable Psensor at each Startup.

That's it. All you have to do is monitor the CPU temperature here. You can always pay attention to and help you find out the processes that make your computer overheated.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.