Find Number of CPUs and Cores per CPU using Command Prompt

后端 未结 5 419
一向
一向 2021-01-31 15:24

I am trying to retrieve the Number of CPUs and Cores per CPU using Command Prompt. I have executed the following command:

wmic cpu get NumberOfCores, NumberOfLogic

5条回答
  •  有刺的猬
    2021-01-31 16:22

    In order to check the absence of physical sockets run:

    wmic cpu get SocketDesignation
    

提交回复
热议问题