Class TransactionStats
- java.lang.Object
-
- us.abstracta.jmeter.javadsl.azure.api.TransactionStats
-
public class TransactionStats extends Object
-
-
Constructor Summary
Constructors Constructor Description TransactionStats(long sampleCount, long errorCount, double meanResTime, long medianResTime, long maxResTime, long minResTime, long pct1ResTime, long pct2ResTime, long pct3ResTime, double receivedKBytesPerSec, double sentKBytesPerSec)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetAvgResponseTime()longgetErrorsCount()longgetMaxResponseTime()doublegetMedianResponseTime()longgetMinResponseTime()doublegetPerc90()doublegetPerc95()doublegetPerc99()doublegetReceivedAvgBytes()longgetSamples()doublegetSentAvgBytes()
-
-
-
Method Detail
-
getSamples
public long getSamples()
-
getErrorsCount
public long getErrorsCount()
-
getMinResponseTime
public long getMinResponseTime()
-
getMaxResponseTime
public long getMaxResponseTime()
-
getAvgResponseTime
public double getAvgResponseTime()
-
getMedianResponseTime
public double getMedianResponseTime()
-
getPerc90
public double getPerc90()
-
getPerc95
public double getPerc95()
-
getPerc99
public double getPerc99()
-
getReceivedAvgBytes
public double getReceivedAvgBytes()
-
getSentAvgBytes
public double getSentAvgBytes()
-
-