在 Ubuntu 中查找处理器信息:理论峰值性能?

在 Ubuntu 中查找处理器信息:理论峰值性能?

我想要了解 Ubuntu 10.10 中处理器的理论峰值性能(GFLops,单精度和双精度)。如何找到它?

我的台式机上的处理器是这​​样的:英特尔酷睿 I7 960

通过 Linux 终端,我尝试使用cat /proc/cpuinfo,但似乎没有提供详细信息。如果有帮助的话,这里是输出:

processor       : 7
vendor_id       : GenuineIntel
cpu family      : 6
model           : 26
model name      : Intel(R) Core(TM) i7 CPU 960  @ 3.20GHz
stepping        : 5
cpu MHz         : 1600.000
cache size      : 8192 KB
physical id     : 0
siblings        : 8
core id         : 3
cpu cores       : 4
apicid          : 7
initial apicid  : 7
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 pbe syscall rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 popcnt lahf_lm ida dts tpr_shadow vnmi flexpriority ept vpid
bogomips        : 6415.90
clflush size    : 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:

答案1

在 /proc/cpuinfo 中查找 CPU 型号,然后查找 CPU 规格表,从中可以计算理论 FLOPS。

相关内容