====== powerd ====== クロックを動的に下げて省電力化する。 * 割と最初から入ってる。 * サーバのようにスリープとかほとんど使わない場合は、有効にして起動するだけ。 * # cat /etc/rc.conf | grep power ### powerd powerd_enable="YES" powerd_flags="-a adp -n adp" # /etc/init.d/powerd start * 下がっていることは確認できる。電気代への影響は心の問題かもしれないが。 * # sysctl -a | grep dev.cpu.0.freq dev.cpu.0.freq: 2300 dev.cpu.0.freq_levels: 2300/10810 1800/8922 1500/7700 800/3977 # sysctl -a | grep dev.cpu.0.freq dev.cpu.0.freq: 1500 dev.cpu.0.freq_levels: 2300/10810 1800/8922 1500/7700 800/3977 # sysctl -a | grep dev.cpu.0.freq dev.cpu.0.freq: 800 dev.cpu.0.freq_levels: 2300/10810 1800/8922 1500/7700 800/3977