/proc/cpuinfo 中的令人困惑的信息:CPU 频率:

/proc/cpuinfo 中的令人困惑的信息:CPU 频率:

我在正在使用的节点上运行了“cat /proc/cpuinfo”并获得以下结果:

processor       : 13
vendor_id       : GenuineIntel
cpu family      : 6           
model           : 62          
model name      : Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz
stepping        : 4                                        
cpu MHz         : 1200.000                                 
cache size      : 25600 KB                                 
physical id     : 1                                        
siblings        : 10                                       
core id         : 3                                        
cpu cores       : 10                                       
apicid          : 38                                       
initial apicid  : 38                                       
fpu             : yes                                      
fpu_exception   : yes                                      
cpuid level     : 13                                       
wp              : yes                                      
address sizes   : 46 bits physical, 48 bits 

为什么是“cpu MHz:1200”,而型号名称却说它以 2.8Ghz 运行?

答案1

您已启用频率调节。许多现代 CPU(至少是 x86/x86_64 系列)可以在不忙于执行任务时以较低的速度运行以降低功耗。当有需求时,速度会提高。

相关内容