org.apache.openejb.monitoring
Class Stats

java.lang.Object
  extended by org.apache.openejb.monitoring.Stats

public class Stats
extends Object

Version:
$Rev$ $Date$

Constructor Summary
Stats()
           
Stats(int window)
           
 
Method Summary
 long getCount()
           
 double getGeometricMean()
           
 double getKurtosis()
           
 String getLatest()
           
 long getLatestTime()
           
 double getMax()
           
 double getMean()
           
 double getMin()
           
 double getPercentile01()
           
 double getPercentile10()
           
 double getPercentile25()
           
 double getPercentile50()
           
 double getPercentile75()
           
 double getPercentile90()
           
 double getPercentile99()
           
 int getSampleSize()
           
 double getSkewness()
           
 double getStandardDeviation()
           
 double getSum()
           
 double getSumsq()
           
 double getVariance()
           
 void record(long time)
           
 void setSampleSize(int i)
           
 double[] sortedValues()
           
 double[] values()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stats

public Stats()

Stats

public Stats(int window)
Method Detail

setSampleSize

public void setSampleSize(int i)

getSampleSize

public int getSampleSize()

getPercentile99

public double getPercentile99()

getPercentile90

public double getPercentile90()

getPercentile75

public double getPercentile75()

getPercentile50

public double getPercentile50()

getPercentile25

public double getPercentile25()

getPercentile10

public double getPercentile10()

getPercentile01

public double getPercentile01()

getStandardDeviation

public double getStandardDeviation()

getMean

public double getMean()

getVariance

public double getVariance()

getGeometricMean

public double getGeometricMean()

getSkewness

public double getSkewness()

getKurtosis

public double getKurtosis()

getMax

public double getMax()

getMin

public double getMin()

getSum

public double getSum()

getSumsq

public double getSumsq()

sortedValues

public double[] sortedValues()

values

public double[] values()

record

public void record(long time)

getCount

public long getCount()

getLatest

public String getLatest()

getLatestTime

public long getLatestTime()


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.