|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.bootchart.common.BootStats
public class BootStats
BootStats encapsulates boot statistics. This includes global CPU and disk I/O statistics and a process tree with process accounting.
フィールドの概要 | |
---|---|
Stats |
cpuStats
CPU statistics. |
Stats |
diskStats
Disk I/O utilization and throughput statistics. |
ProcessTree |
procTree
The process tree. |
コンストラクタの概要 | |
---|---|
BootStats(Stats cpuStats,
Stats diskStats,
ProcessTree procTree)
Creates a new boot statistics instance. |
メソッドの概要 |
---|
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
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
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |