Class 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • PERF

        private static final com.sun.jna.platform.unix.aix.Perfstat PERF
    • Constructor Detail

      • PerfstatMemory

        private PerfstatMemory()
    • Method Detail

      • 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