大促流量的时候想看一下机器cpu咋样了,直接来一下 top
好家伙,吓一跳,给你看看 正常情况下的top
%CPU -- CPU 使用率:进程正在使用的 CPU 百分比。默认情况下,top将其显示为单个 CPU 的百分比。在多核系统上,您可以拥有大于 100% 的百分比。例如,如果 3 个内核的使用率为 60%, top则 CPU 使用率为 180%。 您可以通过在运行时点击来切换此行为,以显示正在使用的可用 CPU 的总体百分比。
问题来了,我们有几个cpu呢,以前没有关注过
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 32
On-line CPU(s) list: 0-31
Thread(s) per core: 2
Core(s) per socket: 8
Socket(s): 2
NUMA node(s): 2
Vendor ID: GenuineIntel
CPU family: 6
Model: 45
Stepping: 7
CPU MHz: 2599.928
BogoMIPS: 5199.94
Virtualization: VT-x
L1d cache: 32K
L1i cache: 32K
L2 cache: 256K
L3 cache: 20480K
NUMA node0 CPU(s): 0,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30
NUMA node1 CPU(s): 1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31
根据lscpu输出:
所以你有 16 个真实核心中的 32 个虚拟核心。