public class PortableMemoryStat extends Object
Constructor and Description |
---|
PortableMemoryStat(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 PortableMemoryStat(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()
Copyright © 2017. All rights reserved.