|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.bootchart.common.Sample
org.bootchart.common.DiskTPutSample
public class DiskTPutSample
Disk I/O throughput sample.
フィールドの概要 | |
---|---|
double |
read
Read throughput (KB/s). |
double |
write
Write throughput (KB/s). |
クラス org.bootchart.common.Sample から継承されたフィールド |
---|
time, TIME_FORMAT |
コンストラクタの概要 | |
---|---|
DiskTPutSample(Date time,
double read,
double write)
Creates a new sample. |
メソッドの概要 | |
---|---|
static double |
getMaxDiskTPut(List ioSampleList)
Returns the maximum throughput seen in the sample list. |
String |
toString()
Returns the string representation of the sample. |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
---|
public double read
public double write
コンストラクタの詳細 |
---|
public DiskTPutSample(Date time, double read, double write)
time
- sample timeread
- read throughputwrite
- write throughputメソッドの詳細 |
---|
public String toString()
Object
内の toString
public static double getMaxDiskTPut(List ioSampleList)
ioSampleList
- iostat sample list
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |