linux 多核心cpu主频怎么计算
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux 多核心cpu主频怎么计算相关的知识,希望对你有一定的参考价值。
我们公司的服务器有cup有16个核心,cpu主频显示2.27.怎么计算的,,是不是说此电脑cpu主频就是2.27还是说要2.27*16来计算。 [root@localhost ~]# cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 26 model name : Intel(R) Xeon(R) CPU E5520 @ 2.27GHz stepping : 5 cpu MHz : 2266.832 cache size : 8192 KB physical id : 0 siblings : 8 core id : 0 cpu cores : 4 fpu : yes fpu_exception : yes cpuid level : 11 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm pni monitor ds_cpl est tm2 cx16 xtpr popcnt lahf_lm bogomips : 4536.96 clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management: processor : 1 vendor_id : GenuineIntel cpu family : 6 model : 26 model name : Intel(R) Xeon(R) CPU E5520 @ 2.27GHz stepping : 5 cpu MHz : 2266.832 cache size : 8192 KB physical id : 1 siblings : 8 core id : 8 cpu cores : 4 fpu : yes fpu_exception : yes cpuid level : 11 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm pni monitor ds_cpl est tm2 cx16 xtpr popcnt lahf_lm bogomips : 4533.50 clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management:
参考技术A 2.27是标称的频率,cpuMHz:
2266.832才是当前频率,核心数量跟频率没有直接关系哈,举个例子来说,你买了1辆车,它有16
个气缸,它们每个气缸单独工作都能让车跑227KM/h,你能说把它们的速度加起来,你的车能跑16*227KH/h吗?
以上是关于linux 多核心cpu主频怎么计算的主要内容,如果未能解决你的问题,请参考以下文章