Created
January 28, 2025 23:38
-
-
Save dhensen/37a9cf1bddb62db8317a28091a2d9c1c to your computer and use it in GitHub Desktop.
Revisions
-
dhensen created this gist
Jan 28, 2025 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ #!/bin/bash set -x # Scaling driver cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_driver # for example: amd-pstate-epp # Scaling governor cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor # for example: performance # EPP hint cat /sys/devices/system/cpu/cpu0/cpufreq/energy_performance_preference # for example: performance