org.bootchart.common
クラス PsStats

java.lang.Object
  上位を拡張 org.bootchart.common.PsStats

public class PsStats
extends Object

Process statistics.


フィールドの概要
 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.
 
コンストラクタの概要
PsStats()
           
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

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
コンストラクタの詳細

PsStats

public PsStats()