How to find Number of Processors, Cores and Logical Processors on Machine

Scenario:
You need to find the Number of CPUs, Cores and Logical Processors on a computer, how would you do that?

Solution:

There are multiple ways you can find Number of CPUs, Number of Cores and Number of Logical Processors.

1) Go to Start and then in Run type msinfo32 and hit Enter.

You will see detail information about System. Look for Processor and you will be able to see information like below depending upon your computer configuration.


2) You can also go to Command Prompt and then paste below statement, you will get same information.


WMIC CPU Get DeviceID,NumberOfCores,NumberOfLogicalProcessors



1 comment: