The Cookie Machine - Click here to drag window

DUMMY TEXT - Real text set in assets/js/theCookieMachine.js

If you can read me, I'm broken!

Views: 36,721β€…    Votes:  13β€…
Tags: cpu   temperature  
Link: πŸ” See Original Answer on Ask Ubuntu ⧉ πŸ”—

URL: https://askubuntu.com/q/1083487
Title: What is the meaning of the output of the command 'sensors'?
ID: /2018/10/13/What-is-the-meaning-of-the-output-of-the-command-_sensors__
Created: October 13, 2018    Edited:  October 13, 2018
Upload: April 8, 2024    Layout:  post
TOC: false    Navigation:  false    Copy to clipboard:  false


Sensors is reporting values found in Linux virtual file system directory:

/sys/class/thermal/thermal_zone*/temp

You can find them out yourself (even if Sensors isn’t installed) using:

$ paste <(cat /sys/class/thermal/thermal_zone*/type) <(cat /sys/class/thermal/thermal_zone*/temp) | column -s $'\t' -t | sed 's/...$/.0Β°C/'
INT3400 Thermal  20.0Β°C
pch_skylake      -47.0Β°C
SEN1             52.0Β°C
SEN2             48.0Β°C
SEN3             55.0Β°C
SEN4             58.0Β°C
B0D4             54.0Β°C
x86_pkg_temp     54.0Β°C

Notice the pch_skylake sensor has gone crazy. Whilst researching the problem I found this question and posted this answer.

⇧ Ubuntu goes suspended after login if lid is closed Ubuntu 18.04 touchpad not fully working after wake from suspend  β‡©