How-to determine the number of physical CPUs under both Windows and Linux
Fresh3 days ago
Mar 15, 202618174 viewsConfidence Score0%
0%
Problem
When running under Linux, a variety information is kicked-back. For example: First, what does all of that actually mean? I see I have a processor 0 and processor 1. Does that mean Linux is reporting both cores of the CPU, or, since it is a VM, the two that I happen to have right now (even if they'r…
Error Output
> cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 15 model name : Intel(R) Xeon(R) CPU 5130 @…
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How-to determine the number of physical CPUs under both Windows and Linux
Low Risk
Re third question: in cpuinfo, there is a field "physical id", it's unique per physical CPU. Cores of the same CPU are reported as different processors with the same physical id, while physically separate processors will have different physical ids.…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix