我在运行 Ubuntu 16.04 LTS 的笔记本电脑中遇到了一些过热问题,所以我只想使用 psensor 监控我的 GPU 温度。在我运行时正确安装依赖项和 psensor 本身之后
sensors
Run Code Online (Sandbox Code Playgroud)
在终端,我得到的是这个 -
acpitz-virtual-0
Adapter: Virtual device
temp1: +46.0°C (crit = +128.0°C)
temp2: +0.0°C (crit = +128.0°C)
temp3: +37.0°C (crit = +128.0°C)
temp4: +42.0°C (crit = +128.0°C)
temp5: +24.0°C (crit = +128.0°C)
temp6: +127.0°C (crit = +128.0°C)
radeon-pci-0100
Adapter: PCI adapter
temp1: N/A (crit = +120.0°C, hyst = +90.0°C)
coretemp-isa-0000
Adapter: ISA adapter
Physical id 0: +47.0°C (high = +87.0°C, crit = +105.0°C)
Core 0: +46.0°C (high = +87.0°C, …Run Code Online (Sandbox Code Playgroud)