Package oshi.driver.perfmon
Class MemoryInformation
java.lang.Object
oshi.driver.perfmon.MemoryInformation
public class MemoryInformation
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMemoryInformation.PageSwapProperty -
Constructor Summary
Constructors Constructor Description MemoryInformation() -
Method Summary
Modifier and Type Method Description java.util.Map<MemoryInformation.PageSwapProperty,java.lang.Long>queryPageSwaps()Returns page swap counters
-
Constructor Details
-
MemoryInformation
public MemoryInformation()
-
-
Method Details
-
queryPageSwaps
Returns page swap counters- Returns:
- Page swap counters for memory.
-