传感器温度(lm-sensors)的合理限值(警报)

传感器温度(lm-sensors)的合理限值(警报)

使用sensors命令(包lm-sensors)可以找出值(主要是温度)。如果不能估计哪些值是关键的,我想这根本没用。如何找到合理的限制?我想将它们添加为警报mate-sensors-applet。这与使用sensors.conf直接由传感器程序定义的设置相同吗?libsensors 配置文件)?

附上我的传感器程序的输出:

$ sensors
asus-isa-0000
Adapter: ISA adapter
cpu_fan:     2800 RPM
temp1:        +60.0°C  

BAT0-acpi-0
Adapter: ACPI interface
in0:          12.22 V  

coretemp-isa-0000
Adapter: ISA adapter
Package id 0:  +60.0°C  (high = +87.0°C, crit = +105.0°C)
Core 0:        +59.0°C  (high = +87.0°C, crit = +105.0°C)
Core 1:        +56.0°C  (high = +87.0°C, crit = +105.0°C)

nouveau-pci-0100
Adapter: PCI adapter
GPU core:         N/A  (min =  +0.85 V, max =  +1.10 V)
temp1:            N/A  (high = +95.0°C, hyst =  +3.0°C)
                       (crit = +105.0°C, hyst =  +5.0°C)
                       (emerg = +135.0°C, hyst =  +5.0°C)

acpitz-acpi-0
Adapter: ACPI interface
temp1:        +60.0°C  (crit = +108.0°C)

如何确定哪些是关键的?

相关内容