如何知道处理器核心位于哪个插槽上?

如何知道处理器核心位于哪个插槽上?

我有一个双插槽 8 核系统,一个插槽上有 4 个核,另一个插槽上有另外 4 个核。如何通过 找到哪个核位于哪个插槽上/proc/cpuinfo。例如,处理器核心 7 位于哪个插槽上?

processor   : 7
vendor_id   : GenuineIntel
cpu family  : 6
model       : 23
model name  : Intel(R) Xeon(R) CPU           E5420  @ 2.50GHz
stepping    : 10
cpu MHz     : 2500.012
cache size  : 6144 KB
physical id : 1
siblings    : 4
core id     : 3
cpu cores   : 4
apicid      : 7
initial apicid  : 7
fpu     : yes
fpu_exception   : yes
cpuid level : 13
wp      : yes
flags       : fpu vme de pse tsc msr ...
bogomips    : 5000.08
clflush size    : 64
cache_alignment : 64
address sizes   : 38 bits physical, 48 bits virtual
power management:

答案1

“物理 ID”参数将会告诉你。你可以转到以下页面了解更多详细信息。理解 Linux /proc/cpuinfo

相关内容