Personal tools
You are here: Home コンピュータ Linux Tips Utility Tips 省電力でサーバー運用
Document Actions

省電力でサーバー運用

by すぎお last modified 2007-09-26 09:22

cpudynでCPUクロックとディスクの省電力。

cpudynは、CPU のクロックを変更と、 ハードディスクを監視して spin down させる。

# aptitude install cpudyn

/etc/default/cpudynを編集する。例は、4つのハードディスクをすべて対象にする場合、2分間アクセスが無ければ、spindownさせる。

################################################
# DISK OPTIONS
# (disabled by default)
################################################
#
# Timeout to put the disk in standby mode if there was no
# io during that period (in seconds)
#
TIMEOUT=120
#
# Specified disks to spindown (comma separated devices)
#
DISKS=/dev/sda,/dev/sdb,/dev/sdc,/dev/sdd

CPUのクロック周波数の確認は、

# grep "cpu MHz" /proc/cpuinfo

cpu MHz : 2009.166
cpu MHz : 2009.166

AMD Athron64 X2の場合。

« January 2009 »
Su Mo Tu We Th Fr Sa
123
45678910
11121314151617
18192021222324
25262728293031
 

Powered by Plone CMS, the Open Source Content Management System

This site conforms to the following standards: