org.bootchart.parser.linux
Class ProcPsParser.PsStats

java.lang.Object
  extended byorg.bootchart.parser.linux.ProcPsParser.PsStats
Enclosing class:
ProcPsParser

public static class ProcPsParser.PsStats
extends java.lang.Object

Process statistics.


Field Summary
 java.util.List processList
          A list of processes (with enclosing CPU samples).
 int samplePeriod
          Statistics sampling period.
 
Constructor Summary
ProcPsParser.PsStats()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

processList

public java.util.List processList
A list of processes (with enclosing CPU samples).


samplePeriod

public int samplePeriod
Statistics sampling period.

Constructor Detail

ProcPsParser.PsStats

public ProcPsParser.PsStats()