Package oshi.driver.unix.aix.perfstat
Class PerfstatMemory
- java.lang.Object
-
- oshi.driver.unix.aix.perfstat.PerfstatMemory
-
@ThreadSafe public final class PerfstatMemory extends java.lang.Object
Utility to query performance stats for memory
-
-
Field Summary
Fields Modifier and Type Field Description private static com.sun.jna.platform.unix.aix.Perfstat
PERF
-
Constructor Summary
Constructors Modifier Constructor Description private
PerfstatMemory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.sun.jna.platform.unix.aix.Perfstat.perfstat_memory_total_t
queryMemoryTotal()
Queries perfstat_memory_total for total memory usage statistics
-