org.bootchart.parser.linux
Class TopParser.TopStats

java.lang.Object
  extended byorg.bootchart.parser.linux.TopParser.TopStats
Enclosing class:
TopParser

public static class TopParser.TopStats
extends java.lang.Object

Top statistics.


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

Field Detail

cpuStats

public Stats cpuStats
CPU statistics.


processList

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


samplePeriod

public int samplePeriod
Statistics sampling period.

Constructor Detail

TopParser.TopStats

public TopParser.TopStats()