So I am using a Xeon 2620 v4 through ssh/command line only. I have sudo access and have set all CPU governor to performance mode.
However, when I set the frequency using: "sudo cpufreq-set -f 2100"
the clock speed of each CPU core is all over the places. Some gets 1.3ghz, some 1.9, some 2.5 3.0, ...
Is there anyway to set one frequency for them all?
echo 70 | sudo tee /sys/devices/system/cpu/intel_pstate/max_perf_pct
. You can set 2.1 GHz as max by disabling turbo. – Doug Smythies Sep 07 '20 at 14:25grep . /sys/devices/system/cpu/cpu*/cpufreq/scaling_driver
– Doug Smythies Sep 07 '20 at 15:16