D
D
danis_20142017-05-29 22:21:25
linux
danis_2014, 2017-05-29 22:21:25

What does acpitz mean in the context of pc temperature?

Using python, I find out the temperature:

import psutil
print(psutil.sensors_temperatures())

Outputs:
{'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)]}

Coretemp seems to be clear, the temperature of the cores (well, except for the first element). What does apitz mean?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
aRegius, 2017-05-29
@danis_2014

accitz

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question