Package oshi.driver.windows
Class LogicalProcessorInformation
java.lang.Object
oshi.driver.windows.LogicalProcessorInformation
Utility to query Logical Processor Information
-
Method Summary
Modifier and TypeMethodDescriptionGet a list of logical processors on this machineGet a list of logical processors on this machine.
-
Method Details
-
getLogicalProcessorInformationEx
public static Pair<List<CentralProcessor.LogicalProcessor>,List<CentralProcessor.PhysicalProcessor>> getLogicalProcessorInformationEx()Get a list of logical processors on this machine. Requires Windows 7 and higher.- Returns:
- A list of logical processors
-
getLogicalProcessorInformation
public static Pair<List<CentralProcessor.LogicalProcessor>,List<CentralProcessor.PhysicalProcessor>> getLogicalProcessorInformation()Get a list of logical processors on this machine- Returns:
- A list of logical processors
-