Intermediate Numbers & Data #p99 #SLO #throughput

⚡ Performance Metrics

3 exercises — read and discuss p50/p95/p99 latency, throughput, error rates, and error budgets. Vocabulary every backend developer and SRE needs.

0 / 3 completed
Performance metrics vocabulary
  • p50 / median — "Half of requests complete faster than this."
  • p95 / p99 — "95% / 99% of requests complete within this time." The rest are tail latency.
  • throughput — requests per second (req/s) or transactions per second (TPS)
  • error rate — percentage of requests that fail
  • error budget — how much failure your SLO allows in a given period
1 / 3
An SRE engineer shares this data in a post-mortem. Which sentence most accurately describes the performance profile?
API endpoint: GET /api/search
Requests last 1h: 48,230
Latency percentiles:
  p50:  38ms
  p75:  85ms
  p95:  320ms
  p99:  1,240ms
Error rate: 0.12%