CPU/GPU
lm-sensors
可以监测cpu/gpu的温度
# install
sudo sensors-detect
# check temperature
sensors
但是因为linux内核的更新速度,最新的cpu和gpu一般无法识别,也无法监测温度
这时候可以通过cpu-x来监测,安装参考github
# check temperature
cpu-x
Disk
hddtemp
可以监测硬盘温度
debian/ubuntu 安装:
sudo apt update
wget http://archive.ubuntu.com/ubuntu/pool/universe/h/hddtemp/hddtemp_0.3-beta15-53_amd64.deb
sudo apt install ./hddtemp_0.3-beta15-53_amd64.deb
温度监测
hddtemp /dev/sd?