Class 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.
  • Field Details

    • 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 Details

    • 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