Would it be possible to add a pattern match for CPU temperatures with the sensors label Tdie?
I have done this for my Ryzen system but when I upgrade I have to make the change again.
From what I gather from online resources, Tctl is the raw temperature detected at the heat spreader and Tdie is the proper computed value. On my machine they do seem to be the same. My understanding is that Tctl might have an offset which would need to be corrected.
I am running the machine at 100% so the temperature seems pretty reasonable.
Last edit: Ralph Little 2020-11-16
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Would it be possible to add a pattern match for CPU temperatures with the sensors label Tdie?
I have done this for my Ryzen system but when I upgrade I have to make the change again.
I just added another entry in linux-lib.pl:
It shows "Core 1:" but I am cool with that.
Hi,
What is the output of
sensorscommand?k10temp-pci-00c3
Adapter: PCI adapter
Tdie: +54.4°C (high = +70.0°C)
Tctl: +54.4°C
I have linux kernel 5.4.0-53
Last edit: Ralph Little 2020-11-16
Is this the temperature of the CPU itself?
From what I gather from online resources, Tctl is the raw temperature detected at the heat spreader and Tdie is the proper computed value. On my machine they do seem to be the same. My understanding is that Tctl might have an offset which would need to be corrected.
I am running the machine at 100% so the temperature seems pretty reasonable.
Last edit: Ralph Little 2020-11-16
Is this complete
sensorscommand output?Yep, that's all I get for this machine after running the full probe. :(
Ryzen 7 2700 CPU on MSI Tomahawk Max (b450)
Last edit: Ralph Little 2020-11-16
Check this patch.
https://github.com/webmin/webmin/commit/9463635e746004051f2f8cb51b48d7236ae2aebc
Seems to work!
Thanks!
Last edit: Ralph Little 2020-11-16