public class DuccNodeCpuUsage extends ByteBufferParser implements NodeCpuUsage
| Modifier and Type | Field and Description |
|---|---|
static int |
IDLEJIFFIES |
static int |
IOWAITJIFFIES |
static int |
IRQJIFFIES |
static int |
NICEJIFFIES |
static int |
SOFTIRQJIFFIES |
static int |
SYSTEMJIFFIES |
static int |
USERJIFFIES |
| Constructor and Description |
|---|
DuccNodeCpuUsage(byte[] memInfoBuffer,
int[] memInfoFieldOffsets,
int[] memInfoFiledLengths) |
| Modifier and Type | Method and Description |
|---|---|
long |
getIdleJiffies() |
long |
getIowaitJiffies() |
long |
getIrqJiffies() |
long |
getNiceJiffies() |
long |
getSoftirqs() |
long |
getSystemJiffies() |
long |
getTotal() |
long |
getUserJiffies() |
getFieldAsByteArray, getFieldAsLong, getFieldAsStringpublic static final int USERJIFFIES
public static final int NICEJIFFIES
public static final int SYSTEMJIFFIES
public static final int IDLEJIFFIES
public static final int IOWAITJIFFIES
public static final int IRQJIFFIES
public static final int SOFTIRQJIFFIES
public DuccNodeCpuUsage(byte[] memInfoBuffer,
int[] memInfoFieldOffsets,
int[] memInfoFiledLengths)
public long getUserJiffies()
getUserJiffies in interface NodeCpuUsagepublic long getNiceJiffies()
getNiceJiffies in interface NodeCpuUsagepublic long getSystemJiffies()
getSystemJiffies in interface NodeCpuUsagepublic long getIdleJiffies()
getIdleJiffies in interface NodeCpuUsagepublic long getIowaitJiffies()
getIowaitJiffies in interface NodeCpuUsagepublic long getIrqJiffies()
getIrqJiffies in interface NodeCpuUsagepublic long getSoftirqs()
getSoftirqs in interface NodeCpuUsagepublic long getTotal()
getTotal in interface NodeCpuUsageCopyright © 2012–2015 The Apache Software Foundation. All rights reserved.