Führe ein Test mit Linux durch.
Starte eine Live CD.
Gehe auf die Konsole und führe für jeden Kern durch:
echo performance > /sys/devices/system/cpu/cpufreq/policy0/scaling_governor
echo performance > /sys/devices/system/cpu/cpufreq/policy1/scaling_governor
echo performance > /sys/devices/system/cpu/cpufreq/policy2/scaling_governor
echo performance > /sys/devices/system/cpu/cpufreq/policy3/scaling_governor
echo performance > /sys/devices/system/cpu/cpufreq/policy4/scaling_governor
echo performance > /sys/devices/system/cpu/cpufreq/policy5/scaling_governor
echo performance > /sys/devices/system/cpu/cpufreq/policy6/scaling_governor
echo performance > /sys/devices/system/cpu/cpufreq/policy7/scaling_governor
echo performance > /sys/devices/system/cpu/cpufreq/policy8/scaling_governor
echo performance > /sys/devices/system/cpu/cpufreq/policy9/scaling_governor
echo performance > /sys/devices/system/cpu/cpufreq/policy10/scaling_governor
echo performance > /sys/devices/system/cpu/cpufreq/policy11/scaling_governor
Lasse dann mal was CPU-Lastiges laufen, z.B. cpubench.
Beobachte die Ausgabe von cat /proc/cpuinfo, ob weiterhin die Frequenz auf Max bleibt.
Und du bist dir wirklich sicher, dass deine CPU NICHT throttelt, wodurch die Taktschwankungen erscheinen? Sind ja immerhin 130W TPD!
Ich möchte auch anmerken, wenn beim Xeon ALLE Kerne volle Leistung fahren, dann wird die Taktfrequenz automatisch abgesenkt, weil die CPU das so vorgibt. Ob das bei deinem Modell auch so ist, weiß ich nicht.