Share via


TestRunStatisticsOutput interface

Test run statistics.

Properties

errorCount

Error count.

errorPct

Error percentage.

maxResTime

Max response time.

meanResTime

Mean response time.

medianResTime

Median response time.

minResTime

Minimum response time.

pct1ResTime

90 percentile response time.

pct2ResTime

95 percentile response time.

pct3ResTime

99 percentile response time.

receivedKBytesPerSec

Received network bytes.

sampleCount

Sampler count.

sentKBytesPerSec

Send network bytes.

throughput

Throughput.

transaction

Transaction name.

Property Details

errorCount

Error count.

errorCount?: number

Property Value

number

errorPct

Error percentage.

errorPct?: number

Property Value

number

maxResTime

Max response time.

maxResTime?: number

Property Value

number

meanResTime

Mean response time.

meanResTime?: number

Property Value

number

medianResTime

Median response time.

medianResTime?: number

Property Value

number

minResTime

Minimum response time.

minResTime?: number

Property Value

number

pct1ResTime

90 percentile response time.

pct1ResTime?: number

Property Value

number

pct2ResTime

95 percentile response time.

pct2ResTime?: number

Property Value

number

pct3ResTime

99 percentile response time.

pct3ResTime?: number

Property Value

number

receivedKBytesPerSec

Received network bytes.

receivedKBytesPerSec?: number

Property Value

number

sampleCount

Sampler count.

sampleCount?: number

Property Value

number

sentKBytesPerSec

Send network bytes.

sentKBytesPerSec?: number

Property Value

number

throughput

Throughput.

throughput?: number

Property Value

number

transaction

Transaction name.

transaction?: string

Property Value

string