View CPU temperature in LINUX

Source: Internet
Author: User
In Linux, you can use lm_sensors to view the CPU temperature (of course, your hardware must support it first). to use this function, you must support kernel-related modules (such as I2C, next let's talk about the operation method: first check whether your machine has installed lm_sensors, $ rpm-qlm_sensors... in Linux, you can use lm_sensors to view the CPU temperature (of course, your hardware must support it first). to use this function, you must support kernel-related modules (such as I2C, the procedure is as follows:
Check whether lm_sensors is installed on your machine,
$ Rpm-q lm_sensors
 
If not, install it first.
$ Sudo yum install-y lm_sensors
 
Detection sensor:
$ Sudo sh-c "yes | sensors-detect"
 
 
If the preceding steps are correct, run the following command to check the CPU temperature:
$ Sensors
 
Adapter: ISA adapter
In0: + 1.07 V (min = + 0.00 V, max = + 4.08 V)
In1: + 1.82 V (min = + 0.00 V, max = + 4.08 V)
In2: + 3.36 V (min = + 0.00 V, max = + 4.08 V)
In3: + 2.94 V (min = + 0.00 V, max = + 4.08 V)
In4: + 0.29 V (min = + 0.00 V, max = + 2.10 V)
In5: + 4.08 V (min = + 0.00 V, max = + 4.08 V) ALARM
In6: + 4.08 V (min = + 0.00 V, max = + 4.08 V) ALARM
In7: + 3.07 V (min = + 0.00 V, max = + 4.08 V)
In8: + 3.09 V
Fan1: 2463 RPM (min = 0 RPM)
Fan2: 0 RPM (min = 0 RPM)
Temp1:-55 °C (low = + 127 °C, high = + 127 °C) sensor = thermistor
Temp2:-2 °C (low = + 127 °C, high = + 127 °C) sensor = thermistor
Temp3: + 21 °C (low = + 127 °C, high = + 127 °C) sensor = diode
Vid: + 2.050 V
 
Coretemp-isa-0000
Adapter: ISA adapter
Core 0: + 44 °C (high = + 100 °C)
 
Coretemp-isa-0001
Adapter: ISA adapter
Core 1: + 27 °C (high = + 100 °C)
It8718-isa-0290
Adapter: ISA adapter
In0: + 1.07 V (min = + 0.00 V, max = + 4.08 V)
In1: + 1.82 V (min = + 0.00 V, max = + 4.08 V)
In2: + 3.36 V (min = + 0.00 V, max = + 4.08 V)
In3: + 2.94 V (min = + 0.00 V, max = + 4.08 V)
In4: + 0.29 V (min = + 0.00 V, max = + 2.10 V)
In5: + 4.08 V (min = + 0.00 V, max = + 4.08 V) ALARM
In6: + 4.08 V (min = + 0.00 V, max = + 4.08 V) ALARM
In7: + 3.07 V (min = + 0.00 V, max = + 4.08 V)
In8: + 3.09 V
Fan1: 2463 RPM (min = 0 RPM)
Fan2: 0 RPM (min = 0 RPM)
Temp1:-55 °C (low = + 127 °C, high = + 127 °C) sensor = thermistor
Temp2:-2 °C (low = + 127 °C, high = + 127 °C) sensor = thermistor
Temp3: + 21 °C (low = + 127 °C, high = + 127 °C) sensor = diode
Vid: + 2.050 V
 
Coretemp-isa-0000
Adapter: ISA adapter
Core 0: + 44 °C (high = + 100 °C)
 
Coretemp-isa-0001
Adapter: ISA adapter
Core 1: + 27 °C (high = + 100 °C)
 
 
 
 
 
From Gaoming columns
Related Article

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.