org.bootchart.common
クラス BootStats

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

public class BootStats
extends Object

BootStats encapsulates boot statistics. This includes global CPU and disk I/O statistics and a process tree with process accounting.


フィールドの概要
 Stats cpuStats
          CPU statistics.
 Stats diskStats
          Disk I/O utilization and throughput statistics.
 ProcessTree procTree
          The process tree.
 
コンストラクタの概要
BootStats(Stats cpuStats, Stats diskStats, ProcessTree procTree)
          Creates a new boot statistics instance.
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

cpuStats

public Stats cpuStats
CPU statistics.


diskStats

public Stats diskStats
Disk I/O utilization and throughput statistics.


procTree

public ProcessTree procTree
The process tree.

コンストラクタの詳細

BootStats

public BootStats(Stats cpuStats,
                 Stats diskStats,
                 ProcessTree procTree)
Creates a new boot statistics instance.

パラメータ:
cpuStats - CPU statistics
diskStats - disk utilization and throughput I/O statistics
procTree - the process tree