public static class MercuryReporter.MercuryThroughputAndLatency extends Statistics.ThroughputAndLatency implements MercuryReporter.MercuryStatistics
Statistics.Throughput, Statistics.ThroughputAndLatency
Constructor and Description |
---|
MercuryThroughputAndLatency() |
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, message
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
header, message
public void report(PrintStream out)
report
in interface Statistics
report
in class Statistics.ThroughputAndLatency
public void clear()
clear
in interface Statistics
clear
in class Statistics.ThroughputAndLatency
public double getRate()
getRate
in interface MercuryReporter.MercuryStatistics
public long getMinLatency()
getMinLatency
in interface MercuryReporter.MercuryStatistics
public long getMaxLatency()
getMaxLatency
in interface MercuryReporter.MercuryStatistics
public double getAvgLatency()
getAvgLatency
in interface MercuryReporter.MercuryStatistics
public double getStdDev()
getStdDev
in interface MercuryReporter.MercuryStatistics
public int getSampleSize()
getSampleSize
in interface MercuryReporter.MercuryStatistics
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.