Skip to content

Instantly share code, notes, and snippets.

@dodyirawan85
Created May 29, 2026 07:36
Show Gist options
  • Select an option

  • Save dodyirawan85/c24cde958fd23b9c0215caa99d79d7a5 to your computer and use it in GitHub Desktop.

Select an option

Save dodyirawan85/c24cde958fd23b9c0215caa99d79d7a5 to your computer and use it in GitHub Desktop.
~ # find /sys -name scaling_available_frequencies
/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies
/sys/devices/system/cpu/cpu4/cpufreq/scaling_available_frequencies
~ # cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies
400000 691200 806400 1017600 1190400 1305600 1382400 1401600
~ # cat /sys/devices/system/cpu/cpu4/cpufreq/scaling_available_frequencies
400000 883200 940800 998400 1056000 1113600 1190400 1248000 1305600 1382400 1612800 1747200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment