public class MemoryStat
extends java.lang.Object
Constructor and Description |
---|
MemoryStat(long timestamp,
long total,
long free,
long buffers,
long cached,
long swapTotal,
long swapFree,
long commitLimit) |
Modifier and Type | Method and Description |
---|---|
long |
getBuffers() |
long |
getCached() |
long |
getCommitLimit() |
long |
getFree() |
long |
getSwapFree() |
long |
getSwapTotal() |
long |
getTimeStamp() |
long |
getTotal() |
public MemoryStat(long timestamp, long total, long free, long buffers, long cached, long swapTotal, long swapFree, long commitLimit)
public long getTimeStamp()
public long getTotal()
public long getFree()
public long getBuffers()
public long getCached()
public long getSwapTotal()
public long getSwapFree()
public long getCommitLimit()