Apdex
Apdex, short for Application Performance Index, is a metric used to quantify user satisfaction with the performance of software applications. It expresses performance as a score between 0 and 1, allowing teams to track and compare perceived responsiveness over time.
At the core is a target response time T, chosen to represent a satisfactory experience for most
The Apdex score is calculated as Apdex = (S + 0.5*Tolerating) / N, where S is the number of
Use and interpretation: Apdex provides a simple, intuitive summary of user-perceived performance and is often used
Limitations: The value depends on the chosen threshold T and on workload distribution. It compresses performance