Class LinuxMemoryAvailable.MemInfo

java.lang.Object
com.illumon.iris.db.tables.remotequery.LinuxMemoryAvailable.MemInfo
Enclosing class:
LinuxMemoryAvailable

public static class LinuxMemoryAvailable.MemInfo extends Object
The memory available, in bytes as reported by /proc/meminfo.
  • Field Details

    • MemTotal

      public long MemTotal
    • MemFree

      public long MemFree
    • MemAvailable

      public long MemAvailable
      MemAvailable %lu (since Linux 3.14) An estimate of how much memory is available for starting new applications, without swapping.
    • SwapTotal

      public long SwapTotal
    • SwapFree

      public long SwapFree