java.lang.Object
oshi.driver.windows.perfmon.SystemInformation
Utility to query System performance counters
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Context switch propertystatic enum
Processor Queue Length property -
Method Summary
Modifier and TypeMethodDescriptionReturns system context switch counters.Returns processor queue length.
-
Method Details
-
queryContextSwitchCounters
Returns system context switch counters.- Returns:
- Context switches counter for the total of all processors.
-
queryProcessorQueueLength
Returns processor queue length.- Returns:
- Processor Queue Length.
-