TestRunStatistics Class
- java.
lang. Object - com.
azure. developer. loadtesting. models. TestRunStatistics
- com.
Implements
public final class TestRunStatistics
implements JsonSerializable<TestRunStatistics>
Test run statistics.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Test |
fromJson(JsonReader jsonReader)
Reads an instance of Test |
| Double |
getErrorCount()
Get the error |
| Double |
getErrorPercentage()
Get the error |
| Double |
getMaxResponseTime()
Get the max |
| Double |
getMeanResponseTime()
Get the mean |
| Double |
getMedianResponseTime()
Get the median |
| Double |
getMinResponseTime()
Get the min |
| Double |
getPercentile75ResponseTime()
Get the percentile75Response |
| Double |
getPercentile90ResponseTime()
Get the percentile90Response |
| Double |
getPercentile95ResponseTime()
Get the percentile95Response |
| Double |
getPercentile96ResponseTime()
Get the percentile96Response |
| Double |
getPercentile97ResponseTime()
Get the percentile97Response |
| Double |
getPercentile98ResponseTime()
Get the percentile98Response |
| Double |
getPercentile9999ResponseTime()
Get the percentile9999Response |
| Double |
getPercentile999ResponseTime()
Get the percentile999Response |
| Double |
getPercentile99ResponseTime()
Get the percentile99Response |
| Double |
getReceivedKBytesPerSec()
Get the received |
| Double |
getSampleCount()
Get the sample |
| Double |
getSentKBytesPerSec()
Get the sent |
| Double |
getThroughput()
Get the throughput property: Throughput. |
| String |
getTransaction()
Get the transaction property: Transaction name. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static TestRunStatistics fromJson(JsonReader jsonReader)
Reads an instance of TestRunStatistics from the JsonReader.
Parameters:
Returns:
Throws:
getErrorCount
public Double getErrorCount()
Get the errorCount property: Error count.
Returns:
getErrorPercentage
public Double getErrorPercentage()
Get the errorPercentage property: Error percentage.
Returns:
getMaxResponseTime
public Double getMaxResponseTime()
Get the maxResponseTime property: Max response time.
Returns:
getMeanResponseTime
public Double getMeanResponseTime()
Get the meanResponseTime property: Mean response time.
Returns:
getMedianResponseTime
public Double getMedianResponseTime()
Get the medianResponseTime property: Median response time.
Returns:
getMinResponseTime
public Double getMinResponseTime()
Get the minResponseTime property: Minimum response time.
Returns:
getPercentile75ResponseTime
public Double getPercentile75ResponseTime()
Get the percentile75ResponseTime property: 75 percentile response time.
Returns:
getPercentile90ResponseTime
public Double getPercentile90ResponseTime()
Get the percentile90ResponseTime property: 90 percentile response time.
Returns:
getPercentile95ResponseTime
public Double getPercentile95ResponseTime()
Get the percentile95ResponseTime property: 95 percentile response time.
Returns:
getPercentile96ResponseTime
public Double getPercentile96ResponseTime()
Get the percentile96ResponseTime property: 96 percentile response time.
Returns:
getPercentile97ResponseTime
public Double getPercentile97ResponseTime()
Get the percentile97ResponseTime property: 97 percentile response time.
Returns:
getPercentile98ResponseTime
public Double getPercentile98ResponseTime()
Get the percentile98ResponseTime property: 98 percentile response time.
Returns:
getPercentile9999ResponseTime
public Double getPercentile9999ResponseTime()
Get the percentile9999ResponseTime property: 99.99 percentile response time.
Returns:
getPercentile999ResponseTime
public Double getPercentile999ResponseTime()
Get the percentile999ResponseTime property: 99.9 percentile response time.
Returns:
getPercentile99ResponseTime
public Double getPercentile99ResponseTime()
Get the percentile99ResponseTime property: 99 percentile response time.
Returns:
getReceivedKBytesPerSec
public Double getReceivedKBytesPerSec()
Get the receivedKBytesPerSec property: Received network bytes.
Returns:
getSampleCount
public Double getSampleCount()
Get the sampleCount property: Sampler count.
Returns:
getSentKBytesPerSec
public Double getSentKBytesPerSec()
Get the sentKBytesPerSec property: Send network bytes.
Returns:
getThroughput
public Double getThroughput()
Get the throughput property: Throughput.
Returns:
getTransaction
public String getTransaction()
Get the transaction property: Transaction name.
Returns: