Quantcast
Channel: TechRacho
Viewing all articles
Browse latest Browse all 2895

HDDの温度遷移をグラフにしてみる

$
0
0

muninとかMRTGとか使えばHDDのグラフ作れるけど今回は簡単に
hddtempとgnuplotだけでやってみる

hddtemp,gnuplotをインストール

apt-get install hddtemp gnuplot

動作確認してみる

# hddtemp /dev/sda
/dev/sda: Hitachi HDP725032GLA360: 32°C

以下コマンドを定期的に実行するようにする
/etc/cron.hourly/とかにいれる
℃記号ついたほうがgrepしやすいのでLANG指定する

logger `LANG=ja_JP.UTF-8 hddtemp /dev/sda`

あとはgnuplotで描画するだけ

できたグラフ

hddtemp


Viewing all articles
Browse latest Browse all 2895

Trending Articles