Uses of Class
oshi.driver.windows.perfmon.ProcessInformation.IdleProcessorTimeProperty
-
Packages that use ProcessInformation.IdleProcessorTimeProperty Package Description oshi.driver.windows.perfmon Provides functions to query counters in windows performance monitor (or WMI counter tables) -
-
Uses of ProcessInformation.IdleProcessorTimeProperty in oshi.driver.windows.perfmon
Methods in oshi.driver.windows.perfmon that return ProcessInformation.IdleProcessorTimeProperty Modifier and Type Method Description static ProcessInformation.IdleProcessorTimeProperty
ProcessInformation.IdleProcessorTimeProperty. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ProcessInformation.IdleProcessorTimeProperty[]
ProcessInformation.IdleProcessorTimeProperty. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in oshi.driver.windows.perfmon that return types with arguments of type ProcessInformation.IdleProcessorTimeProperty Modifier and Type Method Description static Pair<java.util.List<java.lang.String>,java.util.Map<ProcessInformation.IdleProcessorTimeProperty,java.util.List<java.lang.Long>>>
ProcessInformation. queryIdleProcessCounters()
Returns cooked idle process performance counters.
-