| |
|
| java.lang.Object org.apache.jmeter.visualizers.SamplingStatCalculator
SamplingStatCalculator | public SamplingStatCalculator()(Code) | | |
SamplingStatCalculator | public SamplingStatCalculator(String label)(Code) | | Use this constructor.
|
clear | public synchronized void clear()(Code) | | Clear the counters (useful for differential stats)
|
getAvgPageBytes | public double getAvgPageBytes()(Code) | | calculates the average page size, which means divide the bytes by number
of samples.
average page size in bytes |
getBytesPerSecond | public double getBytesPerSecond()(Code) | | Throughput in bytes / second
throughput in bytes/second |
getCount | public int getCount()(Code) | | |
getElapsed | public long getElapsed()(Code) | | Get the elapsed time for the samples
how long the samples took |
getErrorCount | public long getErrorCount()(Code) | | errorCount |
getErrorPercentage | public double getErrorPercentage()(Code) | | Returns the raw double value of the percentage of samples with errors
that were recorded. (Between 0.0 and 1.0)
the raw double value of the percentage of samples with errorsthat were recorded. |
getKBPerSecond | public double getKBPerSecond()(Code) | | Throughput in kilobytes / second
Throughput in kilobytes / second |
getMaxThroughput | public double getMaxThroughput()(Code) | | Returns the maxThroughput. |
getMean | public double getMean()(Code) | | |
getPageSize | public double getPageSize()(Code) | | Should calculate the average page size, which means divide the bytes by number
of samples - actually calculates the throughput in bytes / second
See Also: SamplingStatCalculator.getAvgPageBytes() See Also: for the average page size |
getPercentPoint | public Number getPercentPoint(double percent)(Code) | | |
getPercentPoint | public Number getPercentPoint(float percent)(Code) | | |
getRate | public double getRate()(Code) | | Returns the throughput associated to this sampler in requests per second.
May be slightly skewed because it takes the timestamps of the first and
last samples as the total time passed, and the test may actually have
started before that start time and ended after that end time.
|
getStandardDeviation | public double getStandardDeviation()(Code) | | |
toString | public String toString()(Code) | | For debugging purposes, only.
|
|
|
|