summaryrefslogtreecommitdiffstats
path: root/linux/LibSensors.c
Commit message (Collapse)AuthorAgeFilesLines
* IWYU updateChristian Göttsche2021-08-251-0/+9
|
* Rework CPU countingChristian Göttsche2021-07-181-16/+28
| | | | | | | | | | | Currently htop does not support offline CPUs and hot-swapping, e.g. via echo 0 > /sys/devices/system/cpu/cpu2/online Split the current single cpuCount variable into activeCPUs and existingCPUs. Supersedes: #650 Related: #580
* platform-dependent files included relative to main source directorymayurdahibhate2021-05-101-1/+1
|
* Correct spelling in commentChristian Göttsche2021-03-241-1/+1
|
* Linux: Rework libsensors parsingChristian Göttsche2021-03-191-54/+99
| | | | | | | | | | | | | | | | | | | | | | | | | Do not read driver depended labels, just count the number of temperatures given: on #CPU: platform temp = max cpu temp CPU temps = first to last on #CPU + 1: platform temp = first temp CPU temps = second to last on #CPU / 2: platform temp = max cpu temp CPU temps = first to last concat first to last (with SMT core x + cpu count is the logical core of the physical core x) on #CPU / 2 + 1: platform temp = first temp CPU temps = second to last concat second to last (with SMT core x + cpu count is the logical core of the physical core x) Closes: #529 Closes: #538
* Add configure option to create static htop binaryChristian Göttsche2021-01-251-0/+34
|
* LibSensors: add support for Ryzen CPUsMatej Dian2021-01-061-1/+6
|
* Also find libsensors.so.4 for Fedora and friendsDaniel Lange2020-12-251-5/+7
|
* LibSensors: fix unversioned libsensors library nameChristian Göttsche2020-12-151-2/+2
|
* LibSensors: restore temperature for Raspberry PiChristian Göttsche2020-12-151-0/+3
| | | | | | | sensors output: cpu_thermal-virtual-0 Adapter: Virtual device temp1: +58.0 C (crit = +90.0 C)
* Handle absence of package CPU temperatureChristian Göttsche2020-12-141-7/+58
| | | | Resolves: #389
* Fix dlopen issue for libsensors5 in Debian Buster, BullseyeDaniel Lange2020-12-121-3/+7
| | | | | | | libsensors.so is provided only by the -dev package, so search for libsensors.so.5 (installed from the libsensors5 package) explicitly see: dpkg-query -S libsensors.so
* IWYU updateChristian Göttsche2020-12-061-1/+0
|
* Dynamically load libsensors at runtimeChristian Göttsche2020-12-021-0/+105

© 2014-2024 Faster IT GmbH | imprint | privacy policy