|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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 | |
Stats |
cpuStats
CPU statistics. |
Stats |
diskStats
Disk I/O utilization and throughput statistics. |
ProcessTree |
procTree
The process tree. |
Constructor Summary | |
BootStats(Stats cpuStats,
Stats diskStats,
ProcessTree procTree)
Creates a new boot statistics instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public Stats cpuStats
public Stats diskStats
public ProcessTree procTree
Constructor Detail |
public BootStats(Stats cpuStats, Stats diskStats, ProcessTree procTree)
cpuStats
- CPU statisticsdiskStats
- disk utilization and throughput I/O statisticsprocTree
- the process tree
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |