Skip to content

Instantly share code, notes, and snippets.

@nekoya
Created September 17, 2012 12:59
Show Gist options
  • Select an option

  • Save nekoya/3737136 to your computer and use it in GitHub Desktop.

Select an option

Save nekoya/3737136 to your computer and use it in GitHub Desktop.
wiki/cpuspeed

cpuspeed

cpuspeed

  • 設定ファイルは/etc/sysconfig/cpuspeed
  • 現在の設定はこんな感じで確認できる
TX100 /home/ryo% for i in min max cur;do echo -n "$i: "; cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_${i}_freq; done
min: 1999000
max: 2666000
cur: 1999000

cpufreq-info

sudo yum install cpufreq-utils

cpufreq-info, cpufreq-setなどのコマンドが使える。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment