Class MemoryInformation
java.lang.Object
oshi.driver.common.windows.perfmon.MemoryInformation
Memory performance counter enums
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Map<MemoryInformation.PageSwapProperty, Long> queryPageSwaps(PerfCounterQueryExecutor executor) Returns page swap counters.
-
Method Details
-
queryPageSwaps
public static Map<MemoryInformation.PageSwapProperty, Long> queryPageSwaps(PerfCounterQueryExecutor executor) Returns page swap counters.- Parameters:
executor- the performance counter query executor- Returns:
- Page swap counters for memory, or empty map if OS counters are disabled.
-