CPUの温度を調べるコマンド

CPUの温度が調べられると教えてもらったのでやってみる。

sudo apt-get install lm-sensors
sudo apt-get install hddtemp

エラーが出まくったのでこの2つがあればいけるっぽい。

sudo sensors
acpitz-virtual-0
Adapter: Virtual device
temp1:        +51.9°C  (crit = +105.0°C)
temp2:        +51.9°C  (crit = +130.0°C)

coretemp-isa-0000
Adapter: ISA adapter
Physical id 0:  +56.0°C  (high = +86.0°C, crit = +100.0°C)
Core 0:         +55.0°C  (high = +86.0°C, crit = +100.0°C)
Core 1:         +56.0°C  (high = +86.0°C, crit = +100.0°C)