> For the complete documentation index, see [llms.txt](https://manual.bubble.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.bubble.io/help-guides/workload/tracking-workload/measuring-workload.md).

# Measuring

Measuring workload involves gauging the current workload usage of your app. By examining both past data and real-time metrics, you can obtain a complete understanding of your app’s performance, both with real users and in isolated processes while you are developing.

<details>

<summary>App metrics (historical data)</summary>

The app metrics dashboard shows all collected data over a specific period, separately tracking development and live environments. This helps you pinpoint where your workload is spent. From overall usage, you can drill down to specific actions and expressions. Historical data gives a clear picture of WU consumption over time, revealing whether complex workflows or frequently refreshed searches are using more resources than expected.

Article: [Using app metrics](/help-guides/workload/tracking-workload/measuring-workload/using-app-metrics.md)

</details>

<details>

<summary>Server logs (real-time data)</summary>

The server logs provide a chronological view of all tasks performed by the server, along with their WU calculations. This lets you run isolated tests of workflows, actions, and other processes to track their respective WU consumption while you are developing.

Article: [The server logs](/help-guides/maintaining-an-application/testing-an-application/using-server-logs.md)

</details>


---

# 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://manual.bubble.io/help-guides/workload/tracking-workload/measuring-workload.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.
