Metric Name
|
Description
|
<rootMetricsPrefix>.<samplerName>.ok.count
|
Number of successful responses for sampler name
|
<rootMetricsPrefix>.<samplerName>.ok.min
|
Min response time for successful responses of sampler name
|
<rootMetricsPrefix>.<samplerName>.ok.max
|
Max response time for successful responses of sampler name
|
<rootMetricsPrefix>.<samplerName>.ok.pct<percentileValue>
|
Percentile computed for successful responses of sampler name. You can input as many percentiles as you want (3 or 4 being a reasonable value).
When percentile contains a comma for example "99.9", dot is sanitized by "_" leading to 99_9.
By default listener computes percentiles 90%, 95% and 99%
|
<rootMetricsPrefix>.<samplerName>.ko.count
|
Number of failed responses for sampler name
|
<rootMetricsPrefix>.<samplerName>.ko.min
|
Min response time for failed responses of sampler name
|
<rootMetricsPrefix>.<samplerName>.ko.max
|
Max response time for failed responses of sampler name
|
<rootMetricsPrefix>.<samplerName>.ko.pct<percentileValue>
|
Percentile computed for failed responses of sampler name. You can input as many percentiles as you want (3 or 4 being a reasonable value).
When percentile contains a comma for example "99.9", dot is sanitized by "_" leading to 99_9.
By default listener computes percentiles 90%, 95% and 99%
|
<rootMetricsPrefix>.<samplerName>.a.count
|
Number of responses for sampler name
|
<rootMetricsPrefix>.<samplerName>.a.min
|
Min response time for responses of sampler name
|
<rootMetricsPrefix>.<samplerName>.a.max
|
Max response time for responses of sampler name
|
<rootMetricsPrefix>.<samplerName>.a.pct<percentileValue>
|
Percentile computed for responses of sampler name. You can input as many percentiles as you want (3 or 4 being a reasonable value).
When percentile contains a comma for example "99.9", dot is sanitized by "_" leading to 99_9.
By default listener computes percentiles 90%, 95% and 99%
|
By default JMeter sends only metrics for all samplers using "all" as samplerName.