Linux/Ubuntu

우분투 시스템 온도 측정

구차니 2015. 8. 15. 17:43

아니.. 왜 이걸 아직가지 적은적이 없지? 그럴리가 없을텐데? ㄷㄷㄷ


$ sudo apt-cache search lm-sensor

libsensors4 - library to read temperature/voltage/fan sensors

libsensors4-dev - lm-sensors development kit

fancontrol - utilities to read temperature/voltage/fan sensors

lm-sensors - utilities to read temperature/voltage/fan sensors

mate-sensors-applet - Display readings from hardware sensors in your MATE panel

mrtgutils-sensors - Utilities to generate statistics for mrtg (from lm-sensors)

nagios-plugins-contrib - Plugins for nagios compatible monitoring systems

phpsysinfo - PHP based host information

psensor - display graphs for monitoring hardware temperature

psensor-server - Psensor server for monitoring hardware sensors remotely

sensord - hardware sensor information logging daemon

sensors-applet - Display readings from hardware sensors in your Gnome panel

xfce4-goodies - enhancements for the Xfce4 Desktop Environment


$ sudo apt-get install lm-sensors


$ sensors

k8temp-pci-00c3

Adapter: PCI adapter

Core0 Temp:   +91.0°C

Core0 Temp:   +88.0°C

Core1 Temp:   +67.0°C

Core1 Temp:   +79.0°C


$ sensors

k8temp-pci-00c3

Adapter: PCI adapter

Core0 Temp:  +102.0°C

Core0 Temp:  +100.0°C

Core1 Temp:   +74.0°C

Core1 Temp:   +91.0°C


헐.. 듀얼 코어이긴 한데.. 왜 Core0/1이 각각 두번씩 나오지? ㄷㄷㄷ
그나저나 이 온도 믿을만 한거 맞나? ㄷㄷㄷ

[링크 : http://www.lm-sensors.org/]

[링크 : https://help.ubuntu.com/community/SensorInstallHowto]