|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bootchart.common.Sample
org.bootchart.common.ProcessSample
Process statistics.
Field Summary | |
CPUSample |
cpu
CPU statistics. |
DiskTPutSample |
diskTPut
Disk troughput statistics. |
DiskUtilSample |
diskUtil
Disk utlization statistics. |
int |
state
Process state (@see Process). |
Fields inherited from class org.bootchart.common.Sample |
time, TIME_FORMAT |
Constructor Summary | |
ProcessSample(java.util.Date time,
int state,
CPUSample cpu,
DiskUtilSample diskUtil,
DiskTPutSample diskTPut)
Creates a new process sample. |
Method Summary | |
java.lang.String |
toString()
Returns the string representation of the sample. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public int state
public CPUSample cpu
public DiskUtilSample diskUtil
public DiskTPutSample diskTPut
Constructor Detail |
public ProcessSample(java.util.Date time, int state, CPUSample cpu, DiskUtilSample diskUtil, DiskTPutSample diskTPut)
time
- sample timestate
- proces statecpu
- CPU samplediskUtil
- disk utilization samplediskTPut
- disk throughput sampleMethod Detail |
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |