Closed okaturbo closed 2 years ago
No temperature is shown for AMD Ryzen cpu. In _cpu.py you match "coretemp", but for AMD cpu there is k10temp driver showing cpu temp.
>>> import psutil >>> psutil.sensors_temperatures() {'k10temp': [shwtemp(label='Tdie', current=31.375, high=70.0, critical=70.0), shwtemp(label='Tctl', current=51.375, high=None, critical=None)]}
It looks like there is no temperatures for each core, but at least would be great to monitor tdie
No temperature is shown for AMD Ryzen cpu. In _cpu.py you match "coretemp", but for AMD cpu there is k10temp driver showing cpu temp.
It looks like there is no temperatures for each core, but at least would be great to monitor tdie