Skip to content
Gregory Albouy edited this page Oct 10, 2022 · 6 revisions

Fields are based on the structure of RunReport.Metrics: they represent the path from its root to a specific metric.

Available fields

Note: field names are case-insensitive.

Field name Description Example
ResponseTimes.<statistic> Statistic value from response times (see Statistics fields) ResponseTimes.Mean
RequestEventTimes.<request event>.<statistic> Statistic value for a specific request event (see Request event fields, Statistics fields) RequestEventTimes.GotFirstResponseByte.Max
StatusCode.<xxx> Count of status code <xxx> StatusCode.418
RequestTotalCount Count of requests made
RequestSuccessCount Count of successful requests
RequestFailureCount Count of failing requests. Note: only unexpected errors such as a connection failure count. For instance a bad http code remains a successful request)

Statistics fields

Field name Description
Min Minimum value
Max Maximum value
Mean Mean value
Median Median value
StdDev Standard deviation
Quartiles.<n> nth quartile value (0 <= n < 4)
Deciles.<n> nth decile value (0 <= n < 10)

Request event fields

Field name Description
DNSDone
ConnectDone
TLSHandshakeDone
WroteHeaders
WroteRequest
GotFirstResponseByte
PutIdleConn
BodyRead

Clone this wiki locally