java.lang.Object
oshi.driver.unix.aix.perfstat.PerfstatMemory
Utility to query performance stats for memory
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.sun.jna.platform.unix.aix.Perfstat.perfstat_memory_total_t
Queries perfstat_memory_total for total memory usage statistics
-
Method Details
-
queryMemoryTotal
public static com.sun.jna.platform.unix.aix.Perfstat.perfstat_memory_total_t queryMemoryTotal()Queries perfstat_memory_total for total memory usage statistics- Returns:
- usage statistics
-