Socket

lscpu Socket和networking Socket有什麼區別?

  • May 10, 2017

lscpu輸出看起來像 -

Architecture:          x86_64
CPU op-mode(s):        32-bit, 64-bit
Byte Order:            Little Endian
CPU(s):                4
On-line CPU(s) list:   0-3
Thread(s) per core:    2
Core(s) per socket:    2
Socket(s):             1
NUMA node(s):          1
Vendor ID:             GenuineIntel
CPU family:            6
Model:                 69
Stepping:              1
CPU MHz:               1200.093
BogoMIPS:              3392.08
Virtualization:        VT-x
L1d cache:             32K
L1i cache:             32K
L2 cache:              256K
L3 cache:              3072K
NUMA node0 CPU(s):     0-3

輸出顯示 pc 有 1 個插槽,每個插槽有 2 個核心。可能這個套接字不是網路套接字。

你是對的!輸出中的插槽lscpu是指主機板上處理器封裝所在的物理插槽;網路套接字通常指的是BSD 套接字

lscpu 不列出網路套接字。根據上面的輸出,有 1 個插槽,它有 2 個核心,每個核心有 2 個 CPU。

引用自:https://unix.stackexchange.com/questions/364181