7,540
edits
Changes
→Apdex index
===Apdex index, egy speciális histogram===
http://apdex.org/overview.html<br>
https://en.wikipedia.org/wiki/Apdex<br>
Az Apdex érték mindig a Target válaszidő függvénye, ami az általunk megállapított, szerintünk optimális válaszideje egy alkalmazásnak: Apdex <sub>T</sub> <br>
Tehát ha szerintünk egy alkalmazásnak a Target válaszideje 2 másodperc kéne legyen, akkor ezen alkalmazásra kiszámolt Apdex indexet így jelölik: Apdex <sub>2</sub> = X
<br>
Tegyük fel hogy az univerzumunk 3 alkalmazásból áll, amikre a következő Apdex Target számokat határoztuk meg (optimális válaszidők)
* Adatbázis: T=1, Apdex <sub>1</sub> = 0.72
* Email rendszer: T=8, Apdex <sub>8</sub> = 0.62
* Webshop: T=2, Apdex <sub>2</sub> = 0.53
So it is easy to see how this ratio is always directly related to users' perceptions of satisfactory application responsiveness. To understand the full meaning of the ratio, it is always presented as a decimal value with a sub-script representing the target time T. For example, if there are 100 samples with a target time of 3 seconds, where 60 are below 3 seconds, 30 are between 3 and 12 seconds, and the remaining 10 are above 12 seconds, the Apdex is:
:[[File:ClipCapIt-180904-221702.PNG]]
===Histogram metrikák a Prometheus-ban===