1. Calculating API Latency Percentiles
Site Reliability EngineerBackground
An SRE needs to report on API performance and ensure that 95% of requests are served within an acceptable timeframe.
Problem
Extracting the P50, P90, and P95 latency values from a raw list of server response times.
How to use
Paste the response times into the Dataset field, enter "50, 90, 95" in the Percentiles field, and select Linear Interpolation.
Dataset: 112, 145, 120, 180, 210, 115, 130, 195, 250, 105
Percentiles: 50, 90, 95Outcome
The tool calculates the median (P50) and the upper latency bounds (P90, P95), providing the exact metrics needed for the SLA report.