Performance SLA Pass Rate

A gate-friendly metric for performance tests: e.g. “% of requests under 300 ms” or “% of iterations meeting all checks.”

SLA pass % = (in-SLA samples ÷ total samples) × 100.

Tip: Keep “Samples Within SLA” and “Total Samples” on the same basis (period, units, and population) before calculating Performance SLA Pass Rate.

Cluster: Software Testing hub · Uptime calculator · Percentage guide

SLA pass rate shows what share of samples met your latency (or success) threshold.

Enter samples that met the SLA and the total samples evaluated.

Samples that met the performance check
All samples evaluated against the SLA

SLA Pass Rate %

Understanding Performance SLA Pass Rate

How we calculate. SLA pass % = (in-SLA samples ÷ total samples) × 100. The form uses the same arithmetic as the worked examples on this page. See our methodology and accuracy policy.

Real-world scenario: A typical Performance SLA Pass Rate case uses samples within sla 9400 and total samples 10000. Enter the same figures below to reproduce the worked path.

What is Performance SLA Pass Rate?

A gate-friendly metric for performance tests: e.g. “% of requests under 300 ms” or “% of iterations meeting all checks.”

  • Define the SLA check before the run
  • Not the same as functional pass rate unless checks include both
  • Report with the threshold in every summary

The Formula

Performance SLA Pass Rate
Pass % = (Samples within SLA ÷ Total samples) × 100

Worked Example

Scenario: 9,400 of 10,000 requests finished under the 300 ms SLA.
Step 1: In SLA = 9400
Step 2: Total = 10000
Step 3: (9400 ÷ 10000) × 100 = 94%
Answer: Performance SLA pass rate is 94%.

Common Use Cases

  • CI perf gates: minimum pass %
  • Vendor SLAs: evidence of compliance
  • Release hardening: track improvement

Pro Tips

  • Exclude known bad environments from formal gates
  • Split by critical endpoints
  • Pair with error rate

Limitations: Performance SLA Pass Rate figures are educational performance-testing aids—not contractual capacity guarantees. Validate with calibrated load tools and production telemetry.

FAQ

Is 95% pass good?

It depends on the threshold and business risk. A loose threshold with 95% can still feel slow.

Count timeouts?

Timeouts typically fail the SLA sample unless your contract says otherwise.

Authoritative References

For performance and quality engineering context, consult: