cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
stoneriveruser
Engaged Sweeper
I'm trying to find out if a handful of machines have hyper-threading support, but rather than manually looking online for the specs of each processor. Is lansweeper capable of reporting on this?
1 ACCEPTED SOLUTION
Hemoco
Lansweeper Alumni
Not tested, but this is from msdn:

To determine if hyperthreading is enabled for the processor, compare NumberOfLogicalProcessors and NumberOfCores. If hyperthreading is enabled in the BIOS for the processor, then NumberOfCores is less than NumberOfLogicalProcessors. For example, a dual-processor system that contains two processors enabled for hyperthreading can run four threads or programs or simultaneously. In this case, NumberOfCores is 2 and NumberOfLogicalProcessors is 4.


You can find these fields in table "tblprocessors"

View solution in original post

1 REPLY 1
Hemoco
Lansweeper Alumni
Not tested, but this is from msdn:

To determine if hyperthreading is enabled for the processor, compare NumberOfLogicalProcessors and NumberOfCores. If hyperthreading is enabled in the BIOS for the processor, then NumberOfCores is less than NumberOfLogicalProcessors. For example, a dual-processor system that contains two processors enabled for hyperthreading can run four threads or programs or simultaneously. In this case, NumberOfCores is 2 and NumberOfLogicalProcessors is 4.


You can find these fields in table "tblprocessors"