Package oshi.driver.windows.perfmon
Class PagingFile
- java.lang.Object
-
- oshi.driver.windows.perfmon.PagingFile
-
@ThreadSafe public final class PagingFile extends java.lang.Object
Utility to query Paging File performance counter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PagingFile.PagingPercentProperty
For swap file usage
-
Constructor Summary
Constructors Modifier Constructor Description private
PagingFile()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Map<PagingFile.PagingPercentProperty,java.lang.Long>
querySwapUsed()
Returns paging file counters
-
-
-
Method Detail
-
querySwapUsed
public static java.util.Map<PagingFile.PagingPercentProperty,java.lang.Long> querySwapUsed()
Returns paging file counters- Returns:
- Paging file counters for memory.
-
-