Class LinuxMemoryAvailable.MemInfo
java.lang.Object
com.illumon.iris.db.tables.remotequery.LinuxMemoryAvailable.MemInfo
- Enclosing class:
- LinuxMemoryAvailable
The memory available, in bytes as reported by /proc/meminfo.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
MemAvailable %lu (since Linux 3.14) An estimate of how much memory is available for starting new applications, without swapping.long
long
long
long
-
Method Summary
-
Field Details
-
MemTotal
public long MemTotal -
MemFree
public long MemFree -
MemAvailable
public long MemAvailableMemAvailable %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
-