org.bootchart.common
Class PsStats

java.lang.Object
  extended by org.bootchart.common.PsStats

public class PsStats
extends Object

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

processList

public List processList
A list of processes (with enclosing CPU samples).


samplePeriod

public int samplePeriod
Statistics sampling period.


startTime

public Date startTime
Start and end of sampling period.


endTime

public Date endTime
Constructor Detail

PsStats

public PsStats()