Created
May 29, 2026 07:36
-
-
Save dodyirawan85/c24cde958fd23b9c0215caa99d79d7a5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ~ # 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