我最近买了一台二手的 Supermicro SuperServer 6027AX-TRF-HFT3(带 2 个 E5-2687W v2)。到目前为止,它运行良好,但我注意到一件事。无论我做什么,它似乎都无法在空闲时降频或在使用时加速。我在 BIOS 中启用了 EIST 和 Turbo,并禁用了覆盖操作系统电源管理的选项。我还启用了所有我能找到的 C 和 P 状态选项。HyperSpeed 全部设置为“自动”,这是它不超频 CPU 的唯一选项。
cpupower的输出如下
# cpupower frequency-info
analyzing CPU 0:
driver: intel_pstate
CPUs which run at the same hardware frequency: 0
CPUs which need to have their frequency coordinated by software: 0
maximum transition latency: Cannot determine or is not supported.
hardware limits: 1.20 GHz - 4.00 GHz
available cpufreq governors: performance powersave
current policy: frequency should be within 1.20 GHz and 4.00 GHz.
The governor "powersave" may decide which speed to use
within this range.
current CPU frequency: Unable to call hardware
current CPU frequency: 3.40 GHz (asserted by call to kernel)
boost state support:
Supported: yes
Active: yes
3700 MHz max turbo 4 active cores
3800 MHz max turbo 3 active cores
3900 MHz max turbo 2 active cores
4000 MHz max turbo 1 active cores
尝试禁用 pstate 驱动程序并使用 ACPI 遗留系统只会产生效果,hardware limit: 3.40 GHz - 3.40 GHz
因此它甚至不再显示它可以执行的时钟。