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.


コンストラクタの概要
PidNameParser()
           
 
メソッドの概要
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