|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bootchart.parser.linux.PidNameParser
PidNameParser parses PID to command name mapping log files.
Constructor Summary | |
PidNameParser()
|
Method Summary | |
static java.util.Map |
parseLog(java.io.InputStream is)
Parses the pidname log file (containing pid to command
name mappings). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PidNameParser()
Method Detail |
public static java.util.Map parseLog(java.io.InputStream is) throws java.io.IOException
pidname
log file (containing pid to command
name mappings).
is
- the input stream to parse
java.io.IOException
- if an I/O error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |