Home › Software Testing › Software Testing › advanced_security_performance › In response-time analysis, the p95 latency means
In response-time analysis, the p95 latency means
AThe average request takes this long
B95 per cent of requests are faster than this
C5 per cent of requests are faster than this
D95 per cent of requests are slower than this
Answer & Solution
Correct answer: B. 95 per cent of requests are faster than this
Percentile: p95 = value below which 95% of samples fall (95% of requests are faster). Common SLOs: p95 < 200 ms. Average can be misleading because of skew; percentiles capture tail behaviour better.
Related questions
Test coverage is BEST described asContinuous Testing in DevOps meansIn the V model of SDLC, system testing corresponds to'Test data' management addressesIn ISTQB terminology, a 'test oracle' isAcceptance Test Driven Development (ATDD) emphasisesTest Driven Development uses the rhythm ofRecovery testing simulates