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.

App metrics (historical data)

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

Server logs (real-time data)

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

Last updated