Package org.bootchart.parser.linux
Class PidNameParser
java.lang.Object
org.bootchart.parser.linux.PidNameParser
PidNameParser parses PID to command name mapping log files.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MapparseLog(InputStream is) Parses thepidnamelog file (containing pid to command name mappings).
-
Constructor Details
-
PidNameParser
public PidNameParser()
-
-
Method Details
-
parseLog
Parses thepidnamelog file (containing pid to command name mappings).- Parameters:
is- the input stream to parse- Returns:
- a map of Integer to String instances
- Throws:
IOException- if an I/O error occurs
-