org.bootchart.parser.linux
public class PidNameParser extends Object
Method Summary | |
---|---|
static Map | parseLog(InputStream is)
Parses the pidname log file (containing pid to command
name mappings).
|
pidname
log 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