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.
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.
p50 done / p95 done / p99 donePer-endpoint completion time percentiles — same as above but scoped to a single endpoint's requests.
OK%Percentage of requests that returned a 2xx HTTP status with no network error.
Avg RPSTotal requests divided by total test duration — the overall throughput of the run.
ErrsCount of failed requests (non-2xx 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
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
Avg RPS
${total_rps}
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 OK% p50 ms p95 ms p99 ms p50 done p95 done p99 done Errs
TOTAL ${total_reqs} ${overall_ok_pct}% ${summary_p50} ${summary_p95} ${summary_p99} ${total_errors}
${error_section}
Workers: ${workers} Ramp-up: ${ramp_up} Timeout: ${timeout} ${url_meta}