org.bootchart.common
Class Sample

java.lang.Object
  extended byorg.bootchart.common.Sample
Direct Known Subclasses:
CPUSample, DiskTPutSample, DiskUtilSample, FileOpenSample, ProcessSample

public class Sample
extends java.lang.Object

CPU statistics sample.


Field Summary
 java.util.Date time
          Sample time.
protected static java.text.DateFormat TIME_FORMAT
           
 
Constructor Summary
Sample()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TIME_FORMAT

protected static final java.text.DateFormat TIME_FORMAT

time

public java.util.Date time
Sample time.

Constructor Detail

Sample

public Sample()