# Statistics

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

The **Statistics** screen presents you with statistics regarding radio usage. All data is reset once the radio is powered off. The following information is provided:

* **SES** - The amount of time that the radio has been turned on.&#x20;
* **THR** - The amount of time that the throttle has been above the 0% stick position.
* **TH%** - The amount of time that the throttle has been above the 50% stick position.

Long pressing the **\[Roller]** or **\[Dial]** button will reset the Statistics and Debug screens.

Pressing **\[PAGE>]** will take you to the **Debug** screens.

<div><figure><img src="/files/lTSSfwaVvlcwDsuPKyPD" alt=""><figcaption><p>Debug screen 1</p></figcaption></figure> <figure><img src="/files/NFsU3EJNpaMjxCoNHu8z" alt=""><figcaption><p>Debug screen 1</p></figcaption></figure></div>

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, and may change depending on handset capabilities and options configured.

* **Free mem** - Current free radio memory in bytes.
* **Lua scripts**&#x20;
  * **\[D] -** Maximum Lua duration in milliseconds.
  * **\[I]** - Maximum Lua interval in milliseconds.
* **TMix max** - Maximum mixer task duration.
* **Free stack - \[Menu] / \[Mix] /\[Audio]**&#x20;
  * **\[Menu]** - Minimum free stack memory for menu tasks.
  * **\[Mix]** - Minimum free stack memory for mixer tasks.
  * **\[Audio]** - Minimum free stack memory for audio tasks.
* **Tlm RX Err** - Numer of received telemetry errors


---

# 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/bw-radios/main-view/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.
