> For the complete documentation index, see [llms.txt](https://loadmance.gitbook.io/loadmance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://loadmance.gitbook.io/loadmance/documentation/apdex-score.md).

# Apdex Score

## What is Apdex Score?

Apdex (Application Performance Index) is an open standard for measuring the performance of software applications.

Its purpose is to transform metrics into insights about user satisfaction by identifying a uniform way to analyze and report the extent to which measured performance meets user expectations. If the user changes the t value, the Apdex scores of all the runs will also be updated with refresh.&#x20;

The parameters in this calculation will be:

**Maximum Satisfactory Response Time (t):** This value will be automatically assigned by Virgosol according to the test results, but if the company wants, they can change this value later in the modal field opened in the settings.&#x20;

**Maximum tolerable response time (4t):** According to the given t value, it will be given as 4t.&#x20;

**Satisfied Count:** It refers to the number of samples responding at t value and below.&#x20;

**Tolerating Count:** It refers to the number of samples between the t value and the 4t value.&#x20;

**Frustrated Count:** It represents the number of responding samples with a value of 4t and above.&#x20;

**Total Samples:** Indicates the total number of samples in the run.

The Apdex Score Calculation Formula should be as follows:

<figure><img src="/files/Jo8WqgNGHIcPXjs5c09T" alt=""><figcaption><p>Apdex Score Formula</p></figcaption></figure>

The result of this scoring results in a value between 0 and 1. According to the score, where 1 is the best case and 0 is the worst case, the user is given a grade on the following scale:

* 1,0 - 0,9 Excellent&#x20;
* 0,9 - 0,8 Good
* 0,8 - 0,7 Fair
* 0,7 - 0,5 Poor
* 0,5 - 0,0 Unacceptable

After the test is completed, you can see your apdex score result on the dashboard and summary report screens.

<figure><img src="/files/JJsWArgsO6h7sYQWhHjk" alt="" width="236"><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://loadmance.gitbook.io/loadmance/documentation/apdex-score.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
