We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: