Uses of Class
oshi.driver.windows.perfmon.PagingFile.PagingPercentProperty
-
Packages that use PagingFile.PagingPercentProperty Package Description oshi.driver.windows.perfmon Provides functions to query counters in windows performance monitor (or WMI counter tables) -
-
Uses of PagingFile.PagingPercentProperty in oshi.driver.windows.perfmon
Methods in oshi.driver.windows.perfmon that return PagingFile.PagingPercentProperty Modifier and Type Method Description static PagingFile.PagingPercentProperty
PagingFile.PagingPercentProperty. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PagingFile.PagingPercentProperty[]
PagingFile.PagingPercentProperty. 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 PagingFile.PagingPercentProperty Modifier and Type Method Description static java.util.Map<PagingFile.PagingPercentProperty,java.lang.Long>
PagingFile. querySwapUsed()
Returns paging file counters
-