nschloe / tiptop

:desktop_computer: Command-line system monitoring
MIT License
1.78k stars 70 forks source link

more temps #39

Open nschloe opened 3 years ago

nschloe commented 3 years ago

See

psutil.sensors_temperatures()
{
    'acpitz': [shwtemp(label='', current=44.0, high=128.0, critical=128.0)],
    'nvme': [
        shwtemp(label='Composite', current=31.85, high=84.85, critical=84.85),
        shwtemp(label='Sensor 1', current=31.85, high=65261.85, critical=65261.85),
        shwtemp(label='Sensor 2', current=34.85, high=65261.85, critical=65261.85)
    ],
    'pch_skylake': [shwtemp(label='', current=43.0, high=None, critical=None)],
    'thinkpad': [
        shwtemp(label='CPU', current=44.0, high=None, critical=None),
        shwtemp(label='', current=0.0, high=None, critical=None),
        shwtemp(label='', current=0.0, high=None, critical=None),
        shwtemp(label='', current=0.0, high=None, critical=None),
        shwtemp(label='', current=0.0, high=None, critical=None),
        shwtemp(label='', current=0.0, high=None, critical=None),
        shwtemp(label='', current=0.0, high=None, critical=None)
    ],
    'coretemp': [
        shwtemp(label='Package id 0', current=44.0, high=100.0, critical=100.0),
        shwtemp(label='Core 0', current=44.0, high=100.0, critical=100.0),
        shwtemp(label='Core 1', current=43.0, high=100.0, critical=100.0),
        shwtemp(label='Core 2', current=43.0, high=100.0, critical=100.0),
        shwtemp(label='Core 3', current=44.0, high=100.0, critical=100.0)
    ],
    'iwlwifi_1': [shwtemp(label='', current=44.0, high=None, critical=None)]
}