org.bootchart.parser.linux
クラス PidNameParser
java.lang.Object
org.bootchart.parser.linux.PidNameParser
public class PidNameParser
- extends Object
PidNameParser parses PID to command name mapping log files.
メソッドの概要 |
static Map |
parseLog(InputStream is)
Parses the pidname log file (containing pid to command
name mappings). |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PidNameParser
public PidNameParser()
parseLog
public static Map parseLog(InputStream is)
throws IOException
- Parses the
pidname
log file (containing pid to command
name mappings).
- パラメータ:
is
- the input stream to parse
- 戻り値:
- a map of Integer to String instances
- 例外:
IOException
- if an I/O error occurs