Ubuntu
sudo apt-get install lm-sensors sensors-applet
sudo sensors-detect
不想重复输入yes就执行
sh -c "yes|sensors-detect"
sensors
1
2
3
4
5
6
7
8
9
10
11
12acpitz-virtual-0
Adapter: Virtual device
temp1: +27.8 C (crit = +119.0 C)
temp2: +29.8 C (crit = +119.0 C)
coretemp-isa-0000
Adapter: ISA adapter
Physical id 0: +29.0 C (high = +80.0 C, crit = +100.0 C)
Core 0: +25.0 C (high = +80.0 C, crit = +100.0 C)
Core 1: +27.0 C (high = +80.0 C, crit = +100.0 C)
Core 2: +23.0 C (high = +80.0 C, crit = +100.0 C)
Core 3: +26.0 C (high = +80.0 C, crit = +100.0 C)安装图形显示工具
sudo apt-get install xsensors
xsensors
或者 安装 Sensors Unity
Debian
sudo apt-get install lm-sensors
sudo sensors-detect
sensors