你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TestRunStatistics Class

Definition

Test run statistics.

public class TestRunStatistics : System.ClientModel.Primitives.IJsonModel<Azure.Developer.LoadTesting.TestRunStatistics>, System.ClientModel.Primitives.IPersistableModel<Azure.Developer.LoadTesting.TestRunStatistics>
type TestRunStatistics = class
    interface IJsonModel<TestRunStatistics>
    interface IPersistableModel<TestRunStatistics>
Public Class TestRunStatistics
Implements IJsonModel(Of TestRunStatistics), IPersistableModel(Of TestRunStatistics)
Inheritance
TestRunStatistics
Implements

Properties

ErrorCount

Error count.

ErrorPercentage

Error percentage.

MaxResponseTime

Max response time.

MeanResponseTime

Mean response time.

MedianResponseTime

Median response time.

MinResponseTime

Minimum response time.

Percentile75ResponseTime

75 percentile response time.

Percentile90ResponseTime

90 percentile response time.

Percentile95ResponseTime

95 percentile response time.

Percentile96ResponseTime

96 percentile response time.

Percentile97ResponseTime

97 percentile response time.

Percentile98ResponseTime

98 percentile response time.

Percentile9999ResponseTime

99.99 percentile response time.

Percentile999ResponseTime

99.9 percentile response time.

Percentile99ResponseTime

99 percentile response time.

ReceivedKBytesPerSec

Received network bytes.

SampleCount

Sampler count.

SentKBytesPerSec

Send network bytes.

Throughput

Throughput.

Transaction

Transaction name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TestRunStatistics>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<TestRunStatistics>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TestRunStatistics>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TestRunStatistics>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<TestRunStatistics>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to