Package org.apache.jmeter.visualizers
Class CachingStatCalculator
java.lang.Object
org.apache.jmeter.visualizers.SamplingStatCalculator
org.apache.jmeter.visualizers.CachingStatCalculator
Provides storage of samples in addition to calculations
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionaddSample(SampleResult res) Records a sample.voidclear()Clear the counters (useful for differential stats)getSample(int index) Methods inherited from class org.apache.jmeter.visualizers.SamplingStatCalculatorgetAvgPageBytes, getBytesPerSecond, getCount, getCurrentSample, getDistribution, getElapsed, getErrorCount, getErrorPercentage, getKBPerSecond, getLabel, getMax, getMaxThroughput, getMean, getMeanAsNumber, getMedian, getMin, getPercentPoint, getPercentPoint, getRate, getSentBytesPerSecond, getSentKBPerSecond, getStandardDeviation, toString
- 
Constructor Details- 
CachingStatCalculator
 
- 
- 
Method Details- 
getSamples
- 
getSample
- 
clearpublic void clear()Description copied from class:SamplingStatCalculatorClear the counters (useful for differential stats)- Overrides:
- clearin class- SamplingStatCalculator
 
- 
addSampleRecords a sample.- Overrides:
- addSamplein class- SamplingStatCalculator
- Parameters:
- res- the sample to record
- Returns:
- newly created sample with current statistics
 
 
-