public class NodeLoadAverageInfo extends ByteBufferParser implements NodeLoadAverage, Serializable
| Constructor and Description |
|---|
NodeLoadAverageInfo(byte[] buffer,
int[] procLoadAvgFieldOffsets,
int[] procLoadAvgFieldLengths) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrentRunnableProcessCount() |
String |
getLoadAvg1() |
String |
getLoadAvg15() |
String |
getLoadAvg5() |
String |
getTotalProcessCount() |
getFieldAsByteArray, getFieldAsLong, getFieldAsStringpublic NodeLoadAverageInfo(byte[] buffer,
int[] procLoadAvgFieldOffsets,
int[] procLoadAvgFieldLengths)
public String getLoadAvg1()
getLoadAvg1 in interface NodeLoadAveragepublic String getLoadAvg5()
getLoadAvg5 in interface NodeLoadAveragepublic String getLoadAvg15()
getLoadAvg15 in interface NodeLoadAveragepublic String getCurrentRunnableProcessCount()
getCurrentRunnableProcessCount in interface NodeLoadAveragepublic String getTotalProcessCount()
getTotalProcessCount in interface NodeLoadAverageCopyright © 2012–2017 The Apache Software Foundation. All rights reserved.