|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bootchart.common.PsStats
public class PsStats
Process statistics.
Field Summary | |
---|---|
Date |
endTime
|
List |
processList
A list of processes (with enclosing CPU samples). |
int |
samplePeriod
Statistics sampling period. |
Date |
startTime
Start and end of sampling period. |
Constructor Summary | |
---|---|
PsStats()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public List processList
public int samplePeriod
public Date startTime
public Date endTime
Constructor Detail |
---|
public PsStats()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |