com.jamonapi
Class TimeStatsDistMonitor

java.lang.Object
  |
  +--com.jamonapi.AccumulateMonitor
        |
        +--com.jamonapi.TimeStatsDistMonitor
All Implemented Interfaces:
AccumulateMonitorInterface, MinimalMonitor

public class TimeStatsDistMonitor
extends AccumulateMonitor

TimeStatsDistMonitor keeps track of statistics for JAMon time ranges. See www.jamonapi.com for more info. One powerful feature of this class is that it correlates performance to the number of active monitors with this label, the number of primary active monitors and the number of globally active monitors.


Constructor Summary
TimeStatsDistMonitor()
           
TimeStatsDistMonitor(AccumulateMonitorInterface childMonitor)
           
 
Method Summary
static void main(java.lang.String[] args)
          Test method for this class
 
Methods inherited from class com.jamonapi.AccumulateMonitor
getAccrued, getAccruedString, getData, getHeader, getType, getUnits, increase, increase, isPrimary, reset, setPrimary, start, stop, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimeStatsDistMonitor

public TimeStatsDistMonitor()

TimeStatsDistMonitor

public TimeStatsDistMonitor(AccumulateMonitorInterface childMonitor)
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Test method for this class

java.lang.Exception