เช็คจำนวน CPU Cores

Post Reply
brid.surapol
Posts: 156
Joined: 11 Apr 2013, 11:43

เช็คจำนวน CPU Cores

Post by brid.surapol »

Code: Select all

lscpu
ตัวอย่างผลที่ได้

Code: Select all

Architecture:        x86_64
CPU op-mode(s):      32-bit, 64-bit
Byte Order:          Little Endian
CPU(s):              10
On-line CPU(s) list: 0-9
Thread(s) per core:  1
Core(s) per socket:  10
Socket(s):           1
NUMA node(s):        1
Vendor ID:           GenuineIntel
CPU family:          6
Model:               85
Model name:          Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz
Stepping:            4
CPU MHz:             800.258
CPU max MHz:         3000.0000
CPU min MHz:         800.0000
BogoMIPS:            4400.00
Virtualization:      VT-x
L1d cache:           32K
L1i cache:           32K
L2 cache:            1024K
L3 cache:            14080K
NUMA node0 CPU(s):   0-9
ให้ดู บรรทัด

Code: Select all

CPU(s):              10
และ

Code: Select all

Thread(s) per core:  1
ในกรณีนี้ คือ 10 x 1 = 10 CPU Threads/Cores
brid.surapol
Posts: 156
Joined: 11 Apr 2013, 11:43

Re: เช็คจำนวน CPU Cores

Post by brid.surapol »

เช็คจำนวน RAM

ใช้คำสั่ง

Code: Select all

top
จำนวน ram ใช้ top ดูได้
เอาจำนวนเลขที่ Mem หารด้วย 1024^2
Post Reply

Return to “การใช้งาน Linux”