# Statistics

<figure><img src="/files/Kzd33sodYnNMPe3rMlIV" alt=""><figcaption><p>Statistics screen</p></figcaption></figure>

The **Statistics** screen presents you with statistics regarding radio usage. Except for Battery, all data is reset once the radio is powered off. The following information is provided:

* **Session** - The amount of time that the radio has been turned on.&#x20;
* **Battery** - The amount of time that the radio has been on since the last reset.
* **Throttle** - The amount of time that the throttle has was above the 0% stick position.
* **Throttle %** - The amount of time that the throttle has was above the 50% stick position.
* **Timer** - The current values of Timer 1, Timer 2, Timer 3.

<figure><img src="/files/CISD6iVP3fkuHJSiE5s4" alt=""><figcaption><p>Debug Screen</p></figcaption></figure>

The debug screen provides data points used by the developers when debugging issues in the software. Most users will not find the information useful on this screen unless debugging issues with developers. The following debug information is provided.

* **TMix max** - Maximum mixer task duration.
* **Free mem** - Current free radio memory in bytes.
* **Lua scripts**&#x20;
  * **\[Dur] -** Maximum Lua duration in milliseconds.
  * **\[Int]** - Maximum Lua interval in milliseconds.
  * **\[S]** - Memory used by LUA scripts.
  * **\[W]** - Memory used by LUA widgets.
  * **\[B]** - Memory used by LUA bitmap functions.
* **Free stack**
  * **\[Menu]** - Minimum free stack memory for menu tasks.
  * **\[Mix]** - Minimum free stack memory for mixer tasks.
  * **\[Audio]** - Minimum free stack memory for audio tasks.


---

# Agent Instructions: 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:

```
GET https://manual.edgetx.org/v2.8/edgetx-user-manual/user-manual-for-color-screen-radios/statistics.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
