Class PerfstatMemory

java.lang.Object
oshi.driver.unix.aix.perfstat.PerfstatMemory

@ThreadSafe public final class PerfstatMemory extends Object
Utility to query performance stats for memory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static final com.sun.jna.platform.unix.aix.Perfstat
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static com.sun.jna.platform.unix.aix.Perfstat.perfstat_memory_total_t
    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 Details

    • PERF

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

    • PerfstatMemory

      private PerfstatMemory()
  • 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