如何在Intel CPU上找到L3 Cache参数?

时间:2015-03-09 05:54:05

标签: linux caching memory cpu

我想知道以下L3缓存参数。但不确定如何获取它们,我还粘贴了/ proc / cpuinfo输出(4个处理器,只粘贴了第一个,其他都是重复的。)

CACHE_SIZE

LINE_SIZE

结合性

$ cat /proc/cpuinfo 
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model       : 58
model name  : Intel(R) Core(TM) i7-3520M CPU @ 2.90GHz
stepping    : 9
microcode   : 0x15
cpu MHz     : 1200.000
cache size  : 4096 KB
physical id : 0
siblings    : 4
core id     : 0
cpu cores   : 2
apicid      : 0
initial apicid  : 0
fpu     : yes
fpu_exception   : yes
cpuid level : 13
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 nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms
bogomips    : 5786.68
clflush size    : 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:

更新1:似乎有人在此处发布了缓存大小和关联性: http://www.cpu-world.com/CPUs/Core_i7/Intel-Core%20i7-3520M%20%28PGA%29%20Mobile%20processor.html

但我仍然不知道线条大小。

1 个答案:

答案 0 :(得分:2)

Hwloc / lstopo

Hwloc(便携式硬件局部性)是一个小型实用程序,它以整洁的可视化图表报告处理器的结构。该图显示了核心数,超线程和缓存大小。单个图表说明了所有内容。

   $ sudo apt-get install hwloc
   $ hwloc