public class BootStats
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
Stats |
cpuStats
CPU statistics.
|
Stats |
diskStats
Disk I/O utilization and throughput statistics.
|
ProcessTree |
procTree
The process tree.
|
Constructor and Description |
---|
BootStats(Stats cpuStats,
Stats diskStats,
ProcessTree procTree)
Creates a new boot statistics instance.
|
public Stats cpuStats
public Stats diskStats
public ProcessTree procTree
public BootStats(Stats cpuStats, Stats diskStats, ProcessTree procTree)
cpuStats
- CPU statisticsdiskStats
- disk utilization and throughput I/O statisticsprocTree
- the process tree