Linux(Ubuntu)の温度表示
コマンドラインでUbuntuの温度を表示する。
lm-sensorsのインストール
lm_sensors (Linux monitoring sensors) というパッケージで温度が表示できるようになる。
sudo apt update
sudo apt install -y lm_sensors
sensorsというコマンドで温度が表示できる。
$ sensors
coretemp-isa-0000
Adapter: ISA adapter
Package id 0: +82.0°C (high = +87.0°C, crit = +105.0°C)
Core 0: +80.0°C (high = +87.0°C, crit = +105.0°C)
Core 1: +79.0°C (high = +87.0°C, crit = +105.0°C)
nouveau-pci-0100
Adapter: PCI adapter
GPU core: +0.85 V (min = +0.81 V, max = +1.12 V)
temp1: +75.0°C (high = +95.0°C, hyst = +3.0°C)
(crit = +105.0°C, hyst = +5.0°C)
(emerg = +135.0°C, hyst = +5.0°C)
dell_smm-virtual-0
Adapter: Virtual device
Processor Fan: 0 RPM
CPU: +82.0°C
Ambient: +55.0°C
GPU: +83.0°C
Other: +62.0°C
以上!