org.apache.openejb.monitoring
Class Stats
java.lang.Object
org.apache.openejb.monitoring.Stats
public class Stats
- extends Object
- Version:
- $Rev$ $Date$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Stats
public Stats()
Stats
public Stats(int window)
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.