Skip to content

Instantly share code, notes, and snippets.

@cleverca22
Created October 22, 2017 20:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cleverca22/e9ef6dd0614249cf93ee6dbcfb804f55 to your computer and use it in GitHub Desktop.
Save cleverca22/e9ef6dd0614249cf93ee6dbcfb804f55 to your computer and use it in GitHub Desktop.
[root@laptop:~]# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies
1801000 1800000 1200000 800000
[root@laptop:~]# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
ondemand performance
[root@laptop:~]# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
800000
[root@laptop:~]# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
ondemand
[root@laptop:~]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment