-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
When using the script. I've noticed that it counts the amount of cores wrong on servers.
So on one of our servers. We got that it has 2 CPUs (correct) with 32 cores per CPU (wrong). Below is information from lscpu command from that server.
CPU(s): 32
On-line CPU(s) list: 0-31
Thread(s) per core: 2
Core(s) per socket: 8
Socket(s): 2
So what we expect is that it returns 2 CPUs with 8 cores per CPU. Is this something that can be fixed in a future release?
Metadata
Metadata
Assignees
Labels
No labels