org.bootchart.common
public class ProcessSample extends Sample
Field Summary | |
---|---|
CPUSample | cpu CPU statistics. |
DiskTPutSample | diskTPut Disk troughput statistics. |
DiskUtilSample | diskUtil Disk utlization statistics. |
int | state Process state. |
Constructor Summary | |
---|---|
ProcessSample(Date time, int state, CPUSample cpu, DiskUtilSample diskUtil, DiskTPutSample diskTPut)
Creates a new process sample.
|
Method Summary | |
---|---|
String | toString()
Returns the string representation of the sample.
|
Parameters: time sample time state proces state cpu CPU sample diskUtil disk utilization sample diskTPut disk throughput sample
Returns: string representation