|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.netflix.servo.util.ThreadCpuStats.CpuUsage
public static final class ThreadCpuStats.CpuUsage
Keeps track of the cpu usage for a single thread.
| Method Summary | |
|---|---|
long |
getFifteenMinute()
Returns the usage for the last fifteen minutes. |
long |
getFiveMinute()
Returns the usage for the last five minutes. |
long |
getLastUpdateTime()
Last time the stats for this object were updated. |
java.lang.String |
getName()
Name of the thread. |
long |
getOneMinute()
Returns the usage for the last one minute. |
long |
getOverall()
Returns the overall usage for the lifetime of the thread. |
long |
getThreadId()
The thread id that is being tracked. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public long getThreadId()
public java.lang.String getName()
public long getLastUpdateTime()
public long getOverall()
public long getOneMinute()
public long getFiveMinute()
public long getFifteenMinute()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||