Qortora · Search · Indexed page

updown.ioFetched 2026-08-16T01:46:08Z

updown.io – Website monitoring, simple and inexpensive

ϟ Website monitoring — beautiful, simple and inexpensive.

Open original source · Full cached text

updown.io – Website monitoring, simple and inexpensive FAQ What is APDEX? Apdex is a client perception based performance metric. It buckets requests in 3 categories depending on their response time: Satisfied, Tolerating and Frustrated. It then computes a single number between 0 and 1 (higher the better) using the formula shown below. Computing the Apdex requires a single parameter T "threshold" used to draw the line (in term of response time) between the 3 buckets: all requests faster than T are Satisfied, all requests between T and 4×T are Tolerating and all other requests (above 4×T or failed) are considered Frustrated. Apdex is usually applied server-side, measuring only app response time. However, it is entirely possible to compute it client-side, as updown.io does. In this case, it also includes network latency, which is beneficial because your users experience it too. As a consequence it requires higher thresholds to account for the added delay. The Apdex threshold can be configured individually for each check: And any change to this value will immediately impact the dashboard and status page charts. We recommend setting the Apdex T just above your usual response times, for example in this case 0.5 would be a good value: 24 Like Adrien Rey-Jarthon Created on October 17, 2023 · Last update on February 19, 2025