org.bootchart.parser.linux
Class PsParser.PsStats

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

public static class PsParser.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
PsParser.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

PsParser.PsStats

public PsParser.PsStats()