From 9080d0dbd001bc6b686aaf0fe9e54d533e8b3d0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luka=20Prin=C4=8Di=C4=8D?= Date: Sun, 11 Sep 2022 00:09:14 +0200 Subject: [PATCH] expanded a bit on togglecpu_pstates.sh --- dot_local/bin/executable_togglecpu_pstates.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dot_local/bin/executable_togglecpu_pstates.sh b/dot_local/bin/executable_togglecpu_pstates.sh index cf70d8f..ddc01db 100644 --- a/dot_local/bin/executable_togglecpu_pstates.sh +++ b/dot_local/bin/executable_togglecpu_pstates.sh @@ -1,10 +1,16 @@ #!/usr/bin/env bash # +# run something like +# $ togglecpu_pstates.sh performance +# # script to change the power and cpu throttle governor # with new intel_pstates. use at your own risk # this also uses the 'old' cpufreq-set to ensure that # also the 'old' system is set the same way. +# this script ends with actively showing current frequencies. +# exit with ctrl+c. + if [[ -z $1 ]]; then echo "error. no argument." echo "use [performance|default|power]"