From 61caee7b6167000f8410e47a4634d67ccf9e8b63 Mon Sep 17 00:00:00 2001 From: Tommy Unger Date: Tue, 28 Jul 2020 11:41:54 -0400 Subject: [PATCH] Add script for cpu performance controls --- salt/performance/all_cpu.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 salt/performance/all_cpu.sh diff --git a/salt/performance/all_cpu.sh b/salt/performance/all_cpu.sh new file mode 100755 index 0000000..167eeb0 --- /dev/null +++ b/salt/performance/all_cpu.sh @@ -0,0 +1,6 @@ +echo running all processor performance scripts + +python disable_boost.py +./disable_cstates.sh +./disable_ht.sh +python max_freq.py