Questions tagged [sensors]
The sensors tag has no summary.
116 questions
2 votes
1 answer
35 views
Probing Hardware for Sensor Data with High Frequency (Temperature and CPU clock frequency)
I'm trying to learn how to probe my CPU sensor data. I need at most 1 to 2 ms sampling period. Using hwmon this could be possible for the temperature data. But so far I only discovered the CPUfreq ...
1 vote
0 answers
159 views
Discrepency of cpu MHz via bash and conky
Edit: The original question of this post was regarding the "average" cpu MHz as obtained via conky builtins and the command line. A further question was regarding temperatures as reported by ...
2 votes
1 answer
5k views
Getting CPU temp from the command line
What is the best way to get the CPU temperature on Linux from the command line? On one small portable system, I was able to get the CPU temperature from here: /sys/class/thermal/thermal_zone0/temp or ...
-1 votes
1 answer
216 views
How can I 'sudo watch sensors' and 'sudo docker stats' in one window on Ubuntu Server?
I tried watch 'sensors | sudo docker stats' sudo 'docker stats | watch sensors' sudo docker stats | sudo watch sensors So I assume its not possible to display both outputs in one window? Other than ...
1 vote
2 answers
1k views
Why aren't the CPU core numbers in sensors output consecutive?
The core number is 0,4,8,.....39 in the sensors command. Why not 0,1,2,3,4.....? foo@foo-linux:~$ sensors coretemp-isa-0000 Adapter: ISA adapter Package id 0: +73.0°C (high = +80.0°C, crit = +100.0°...
1 vote
0 answers
588 views
How to properly read from a sensor with libiio?
I am trying to read one sample from a sensor using libiio, but for some reason I always get the same sample unless I restart the application. Here is a minimal example #include <stdio.h> #...
0 votes
1 answer
290 views
How to solve error "Retrieving package sensors failed to mount" to succeed installation of sensors package by zypper?
I have a server, i need to check server temperature ,so simply i decided to use sensors package, using zypper to install it. So First I used zypper install sensors command by root user, The result ...
1 vote
1 answer
515 views
Arch linux: CPU temprerature is -125°C (thinkpad x390)
I had some problems with fans in my laptop so I tried to diagnose it. When I run sensors command I get this: ... coretemp-isa-0000 Adapter: ISA adapter Package id 0: +58.0°C (high = +100.0°C, crit =...