org.apache.jmeter.visualizers
Class CachingStatCalculator
java.lang.Object
org.apache.jmeter.visualizers.SamplingStatCalculator
org.apache.jmeter.visualizers.CachingStatCalculator
public class CachingStatCalculator
- extends SamplingStatCalculator
Provides storage of samples in addition to calculations
Methods inherited from class org.apache.jmeter.visualizers.SamplingStatCalculator |
getAvgPageBytes, getBytesPerSecond, getCount, getCurrentSample, getDistribution, getElapsed, getErrorCount, getErrorPercentage, getKBPerSecond, getLabel, getMax, getMaxThroughput, getMean, getMeanAsNumber, getMedian, getMin, getPercentPoint, getPercentPoint, getRate, getStandardDeviation, toString |
CachingStatCalculator
public CachingStatCalculator(String string)
getSamples
public List<Sample> getSamples()
getSample
public Sample getSample(int index)
clear
public void clear()
- Description copied from class:
SamplingStatCalculator
- Clear the counters (useful for differential stats)
- Overrides:
clear
in class SamplingStatCalculator
addSample
public Sample addSample(SampleResult res)
- Records a sample.
- Overrides:
addSample
in class SamplingStatCalculator
Copyright © 1998-2012 Apache Software Foundation. All Rights Reserved.