jac loadtest report

${har_file}  ·  ${mode} mode  ·  ${vus} VUs  ·  ${duration_s}s

Metric Glossary

MetricWhat it means
p50 LatencyMedian response time — 50% of requests completed faster than this. A good baseline for typical user experience.
p95 Latency95% of requests completed faster than this. Captures the slower tail; useful for SLA definitions.
p99 Latency99% of requests completed faster than this. Represents near-worst-case response times experienced by users.
p99.9 Latency99.9% of requests completed faster than this. The extreme tail — relevant for high-volume services where one in a thousand users sees very high latency.
ApdexApplication Performance Index (T=${apdex_t}ms). Score 0–1: satisfied ≤ T ms, tolerating T–4T ms, frustrated > 4T ms or error. ≥0.85 Good, ≥0.70 Acceptable, <0.70 Poor.
RPSRequests per second for this endpoint over the test duration.
BytesTotal response bytes received for this endpoint.
p50 CompletionElapsed time from test start by which 50% of all requests had finished. Accounts for both when the request was sent and how long it took.
p95 CompletionElapsed time from test start by which 95% of all requests had finished.
p99 CompletionElapsed time from test start by which 99% of all requests had finished. High values indicate request queuing or late-stage slowdowns.
OK%Percentage of requests that returned the expected HTTP status with no network error.
Avg RPSTotal requests divided by total test duration — the overall throughput of the run.
ErrsCount of failed requests (unexpected status or network errors such as timeout, connection refused).

Latency Benchmarks

Metric● Good● Acceptable● Bad
p50 (median)< 100 ms100 – 500 ms> 500 ms
p95< 500 ms500 – 2000 ms> 2000 ms
p99< 1000 ms1000 – 5000 ms> 5000 ms
p99.9< 2000 ms2000 – 10000 ms> 10000 ms
Apdex≥ 0.850.70 – 0.84< 0.70
Total Requests
${total_reqs}
Success Rate
${overall_ok_pct}%
p50 Latency
${summary_p50}ms
${summary_p50_rating}
Good <100ms · Bad >500ms
p95 Latency
${summary_p95}ms
${summary_p95_rating}
Good <500ms · Bad >2000ms
p99 Latency
${summary_p99}ms
${summary_p99_rating}
Good <1000ms · Bad >5000ms
p99.9 Latency
${summary_p999}ms
${summary_p999_rating}
Good <2000ms · Bad >10000ms
Apdex (T=${apdex_t}ms)
${summary_apdex}
Good ≥0.85 · Poor <0.70
Avg RPS
${total_rps}
Total Bytes
${total_bytes}
p50 Completion
${completion_p50_s}s
p95 Completion
${completion_p95_s}s
p99 Completion
${completion_p99_s}s

Cumulative latency over time (ms)

Cumulative RPS over time

Latency by endpoint (ms)

Endpoints

${service_col} ${endpoint_rows} ${total_service_cell}
Endpoint Reqs RPS OK% p50 ms p95 ms p99 ms p99.9 ms Apdex Bytes p50 done p95 done p99 done Errs
TOTAL ${total_reqs} ${total_rps} ${overall_ok_pct}% ${summary_p50} ${summary_p95} ${summary_p99} ${summary_p999} ${summary_apdex} ${total_bytes} ${total_errors}
${error_section}
Workers: ${workers} Ramp-up: ${ramp_up} Timeout: ${timeout} Apdex T: ${apdex_t}ms ${url_meta}