From ad1e53d34dbde8784f2713ae19b377b81d5cf9a7 Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 13 Jun 2020 19:40:42 +0100 Subject: Detection of Tdie and Tctl for Ryzen temperatures --- readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'readme.md') diff --git a/readme.md b/readme.md index c7f68d9..46a3e83 100644 --- a/readme.md +++ b/readme.md @@ -1135,6 +1135,14 @@ more than one battery. limit for percentage calculation. - `--maxtemp`: temperature in degree Celsius, that sets the upper limit for percentage calculation. + - `--hwmonitor-path`: this monitor tries to find coretemp devices by + looking for them in directories following the pattern + `/sys/bus/platform/devices/coretemp.*/hwmon/hwmon*`, but some + processors (notably Ryzen) might expose those files in a different + tree (e.g., my Ryzen Thinkpad puts them in + `/sys/class/hwmon/hwmon3`). With this option, it is possible to + explicitly specify the full path to the directory where the + `tempN_label` and `tempN_input` files are located. - Thresholds refer to temperature in degree Celsius - Variables that can be used with the `-t`/`--template` argument: `max`, `maxpc`, `maxbar`, `maxvbar`, `maxipat`, -- cgit v1.2.3