1. Calculating robust average server response times
DevOps EngineerBackground
A DevOps engineer is analyzing weekly server response times. A few severe network timeouts (e.g., 5000ms) are skewing the standard average, making the system look slower than it usually is.
Problem
Calculate a stable average response time without deleting the timeout records from the log.
How to use
Paste the response times into the Dataset field and set the Winsor Percent to 10 to cap the extreme spikes.
Winsor Percent: 10, Decimal Places: 2Outcome
The 5000ms spikes are replaced by the 90th percentile boundary value, resulting in a realistic average response time that reflects typical performance.