CPUの温度やファンの回転数をチェックしたい
Category : Linux
LinuxにはLinux Hardware Monitoringプロジェクトというものがあり、ハードに搭載されているセンサからCPUの温度、ファンの回転数、電圧などをセンサから読み取ることができます。
インストール
sudo apt-get install lm-sensors
センサの検出
sudo sensors-detect
実行
sensors
参考
https://yoshinorin.net/2017/11/17/logging-linux-hardware-info/ https://www.xmisao.com/2015/11/23/debian-lm-sensors.html https://help.ubuntu.com/community/SensorInstallHowto https://wiki.archlinux.org/index.php/lm_sensors