org.bootchart.common

Class 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.
Field Summary
StatscpuStats
CPU statistics.
StatsdiskStats
Disk I/O utilization and throughput statistics.
ProcessTreeprocTree
The process tree.
Constructor Summary
BootStats(Stats cpuStats, Stats diskStats, ProcessTree procTree)
Creates a new boot statistics instance.

Field Detail

cpuStats

public Stats cpuStats
CPU statistics.

diskStats

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

procTree

public ProcessTree procTree
The process tree.

Constructor Detail

BootStats

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

Parameters: cpuStats CPU statistics diskStats disk utilization and throughput I/O statistics procTree the process tree