public static class MercuryReporter.MercuryThroughput extends Statistics.Throughput implements MercuryReporter.MercuryStatistics
Statistics.Throughput, Statistics.ThroughputAndLatency| Constructor and Description |
|---|
MercuryThroughput() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
double |
getAvgLatency() |
long |
getMaxLatency() |
long |
getMinLatency() |
double |
getRate() |
int |
getSampleSize() |
double |
getStdDev() |
void |
report(PrintStream out) |
header, messageclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitheader, messagepublic void report(PrintStream out)
report in interface Statisticsreport in class Statistics.Throughputpublic void clear()
clear in interface Statisticsclear in class Statistics.Throughputpublic double getRate()
getRate in interface MercuryReporter.MercuryStatisticspublic int getSampleSize()
getSampleSize in interface MercuryReporter.MercuryStatisticspublic long getMinLatency()
getMinLatency in interface MercuryReporter.MercuryStatisticspublic long getMaxLatency()
getMaxLatency in interface MercuryReporter.MercuryStatisticspublic double getAvgLatency()
getAvgLatency in interface MercuryReporter.MercuryStatisticspublic double getStdDev()
getStdDev in interface MercuryReporter.MercuryStatisticsCopyright © 2006–2016 The Apache Software Foundation. All rights reserved.