Answer the question
In order to leave comments, you need to log in
What does acpitz mean in the context of pc temperature?
Using python, I find out the temperature:
import psutil
print(psutil.sensors_temperatures())
{'acpitz': [shwtemp(label='', current=39.0, high=105.0, critical=105.0)],
'coretemp': [shwtemp(label='Physical id 0', current=48.0, high=105.0, critical=105.0),
shwtemp(label='Core 0', current=42.0, high=105.0, critical=105.0),
shwtemp(label='Core 1', current=48.0, high=105.0, critical=105.0)]}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question