Jun 30, 2021
Hi Rohit,
Thank you for reading the article and for your comment!
Here is the relevant part of lscpu
output for x86_64:
CPU(s): 8
On-line CPU(s) list: 0-7
Thread(s) per core: 2
Core(s) per socket: 4
Socket(s): 1
1 socket = 4 cores * 2 threads = 8 CPUs
It is not exactly the same like the ARM64 one but it is similar.
lscpu
for aarch64:
CPU(s): 8
On-line CPU(s) list: 0-7
Thread(s) per core: 1
Core(s) per socket: 8
Socket(s): 1
1 socket = 8 cores * 1 thread = 8 CPUs