aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2021-01-21 14:33:55 -0600
committerAnthony Wang2021-01-21 14:33:55 -0600
commit854af26d657c409f0b69771d8fe46bff4a556718 (patch)
tree8a2cef9ac803d7a2994b4166bd569b6b91f035b0
parent4e44b042b377dcc7f58fd1fa495e0881e953ad2d (diff)
Edit clock.md
-rw-r--r--pages/linux/clock.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/pages/linux/clock.md b/pages/linux/clock.md
index 10f7027..6077847 100644
--- a/pages/linux/clock.md
+++ b/pages/linux/clock.md
@@ -2,7 +2,11 @@
> Change clock of various components
-- Print dedicated CPU clocks:
+- List available CPU governors:
+
+`cat /sys/devices/system/cpu/cpufreq/policy?/energy_performance_available_preferences`
+
+- Print current CPU governor:
`cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor`