> For the complete documentation index, see [llms.txt](https://docs.perfagents.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.perfagents.com/user-guide/load-test-orchestration/load-test-dashboard.md).

# Load Test Dashboard

The Load Test Dashboard provides a centralized view of all load testing activities within a selected project. It gives instant visibility into test executions, system performance trends, and infrastructure utilization. This dashboard is accessible via the Dashboard section. It updates dynamically based on the selected organization, project, and time range (e.g., Last 7 Days).&#x20;

{% embed url="<https://youtu.be/WrQkk2BLHaI>" %}

### Layout Structure&#x20;

The Load Testing Dashboard consists of:&#x20;

1. Summary Metric Cards (Top Section)&#x20;
2. Top Load Tests List&#x20;
3. Recent Runs&#x20;
4. Test Activity Graph&#x20;
5. Test Run Count Graph&#x20;
6. Time Range Filter&#x20;

### Summary Metrics (Top Section)&#x20;

The top row displays high-level KPIs for quick performance insights:&#x20;

<table><thead><tr><th width="214.6900634765625">Metric</th><th width="269.5">Description</th><th>Purpose</th></tr></thead><tbody><tr><td>Active Test </td><td>Number of currently running tests vs. completed tests. </td><td>Helps identify whether load tests are actively executing. </td></tr><tr><td>Total Runs (Last 7 Days) </td><td>Total number of test executions during the selected time period. </td><td>Tracks testing frequency and adoption trends. </td></tr><tr><td>Failed Load Tests </td><td>Number of failed executions. </td><td>Provides immediate visibility into stability and execution health. </td></tr><tr><td>Total LG-Hours </td><td>Virtual User (VU) consumption and percentage of allocated capacity used. </td><td>Tracks plan usage and resource efficiency. </td></tr><tr><td>Average Completion Rate </td><td>Average success rate across executed tests. </td><td>Helps measure overall reliability of test executions. </td></tr></tbody></table>

### Top Load Tests List & Recent Runs&#x20;

These panels highlight the most frequently executed tests and the most recent executions, providing a quick snapshot of current performance activity.&#x20;

#### Test Activity & Run Count Graphs&#x20;

These visual trend charts display:&#x20;

1. **Test Activity Graph:** Daily test runs and Success Rate over time, helping to assess if reliability is improving or declining.&#x20;
2. **Test Run Count Graph:** Historical view of test frequency and operational discipline.&#x20;

### Time Range Filter&#x20;

Located in the top-right, this filter allows users to adjust the time range (default: Last 7 Days) to analyze weekly or monthly trends.&#x20;

### How to Use This Dashboard Effectively&#x20;

The Load Testing Dashboard is designed for:&#x20;

1. **Engineering Teams:** To track execution frequency and identify test failures.&#x20;
2. **Performance Teams:** To evaluate load test stability and monitor VU utilization.&#x20;
3. **Leadership / Stakeholders:** To get a high-level snapshot of testing activity and assess reliability trends.


---

# 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://docs.perfagents.com/user-guide/load-test-orchestration/load-test-dashboard.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.
