public interface NodeCpuUsage extends Serializable
| Modifier and Type | Method and Description |
|---|---|
long |
getIdleJiffies() |
long |
getIowaitJiffies() |
long |
getIrqJiffies() |
long |
getNiceJiffies() |
long |
getSoftirqs() |
long |
getSystemJiffies() |
long |
getTotal() |
long |
getUserJiffies() |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.