Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: title updated: windows -> Windows

Anchor
TOC
TOC
Include Page
KBCOMMON:KB-CSSstyle
KBCOMMON:KB-CSSstyle

Description

An easy way to check if hyper threading is enabled without having to check the BIOS setting

Step-by-step guide

  1. Use the following command to enter the interactive wmic interface:

    ...> wmic

    .

  2. The following command will gather the number of cores and the number of logical processors:

    wmic:root\cli> CPU Get NumberOfCores,NumberOfLogicalProcessors /Format:List

    .

Example1: physical server

Div
classcommandline
C:\Users\Spock>wmic

wmic:root\cli>CPU Get NumberOfCores,NumberOfLogicalProcessors /Format:List

 


NumberOfCores=4

NumberOfLogicalProcessors=8

 

 



wmic:root\cli>exit


This shows that hyperthreading is being used by the system. The amount of (physical) cores will not be the same as the number of logical processors.

(info) If the number of logical processors is greater than physical processors (cores), then hyperthreading is enabled. 


Example2: VMware virtual server / Windows 2008R2

 


 


Related articles

Filter by label (Content by label)
showLabelsfalse
max5
spacesKBP
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "hyper-threading" and label = "windows" and type = "page" and space = "KBP"
labelshyper threading

Include Page
KBCOMMON:KB-GoToTop
KBCOMMON:KB-GoToTop