|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.bootchart.parser.HeaderParser
public class HeaderParser
HeaderParser parses the header
log file, which contains
the chart title and basic information about the system, OS release,
CPU, etc.
コンストラクタの概要 | |
---|---|
HeaderParser()
|
メソッドの概要 | |
---|---|
static int |
getNumCPUs(Properties headers)
Get the number of CPUs from the system.cpu header
property. |
static Properties |
oldParseLog(BufferedReader reader)
Parses the header log file (old version). |
static Properties |
parseLog(InputStream is)
Parses the header log file. |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public HeaderParser()
メソッドの詳細 |
---|
public static Properties parseLog(InputStream is) throws IOException
Properties
instance
should contain at least the following values:
is
- the input stream to read from
IOException
- if an I/O error occurspublic static Properties oldParseLog(BufferedReader reader) throws IOException
reader
- the reader to read from
IOException
- if an I/O error occurspublic static int getNumCPUs(Properties headers)
system.cpu
header
property.
headers
- header properties
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |