Package org.bootchart.common
Class BootStats
java.lang.Object
org.bootchart.common.BootStats
BootStats encapsulates boot statistics. This includes global CPU and
disk I/O statistics and a process tree with process accounting.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBootStats(Stats cpuStats, Stats diskStats, ProcessTree procTree) Creates a new boot statistics instance. -
Method Summary
-
Field Details
-
cpuStats
CPU statistics. -
diskStats
Disk I/O utilization and throughput statistics. -
procTree
The process tree.
-
-
Constructor Details
-
BootStats
Creates a new boot statistics instance.- Parameters:
cpuStats- CPU statisticsdiskStats- disk utilization and throughput I/O statisticsprocTree- the process tree
-