|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.elasticsearch.monitor.process.ProcessStats.Cpu
public static class ProcessStats.Cpu
Method Summary | |
---|---|
short |
getPercent()
Get the Process cpu usage. |
TimeValue |
getSys()
Get the Process cpu kernel time. |
TimeValue |
getTotal()
Get the Process cpu time (sum of User and Sys). |
TimeValue |
getUser()
Get the Process cpu user time. |
short |
percent()
Get the Process cpu usage. |
static ProcessStats.Cpu |
readCpu(StreamInput in)
|
void |
readFrom(StreamInput in)
|
TimeValue |
sys()
Get the Process cpu kernel time. |
TimeValue |
total()
Get the Process cpu time (sum of User and Sys). |
TimeValue |
user()
Get the Process cpu user time. |
void |
writeTo(StreamOutput out)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ProcessStats.Cpu readCpu(StreamInput in) throws java.io.IOException
java.io.IOException
public void readFrom(StreamInput in) throws java.io.IOException
readFrom
in interface Streamable
java.io.IOException
public void writeTo(StreamOutput out) throws java.io.IOException
writeTo
in interface Streamable
java.io.IOException
public short percent()
Supported Platforms: All.
public short getPercent()
Supported Platforms: All.
public TimeValue sys()
Supported Platforms: All.
public TimeValue getSys()
Supported Platforms: All.
public TimeValue user()
Supported Platforms: All.
public TimeValue total()
public TimeValue getTotal()
public TimeValue getUser()
Supported Platforms: All.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |