# Explore Load Test Orchestration

PerfAgents enables teams to run scalable, distributed load tests without managing test infrastructure. It orchestrates load execution across cloud-based generator nodes to simulate real-world traffic patterns and evaluate system performance under stress.

<figure><img src="/files/jh18Gx8EMG9ZVhMnAxCZ" alt="Setup Load Test"><figcaption></figcaption></figure>

### Load Testing & Orchestration

{% stepper %}
{% step %}

#### **Distributed Stress Testing**

Evaluate performance and identify bottlenecks using scalable cloud infrastructure.
{% endstep %}

{% step %}

#### JMeter Integration

Execute standard JMeter scripts with flexible traffic modeling.
{% endstep %}

{% step %}

#### Dynamic Configuration

Adjust ramp-up, steady state, and ramp-down without script changes.
{% endstep %}

{% step %}

#### Visualized Scaling

Preview load curves and scale across multiple generator nodes and regions.
{% endstep %}
{% endstepper %}

<figure><img src="/files/ZreJQ0I729hqknu0kIyT" alt="Setup UI Execution"><figcaption></figcaption></figure>

### UI Automation within Load Tests

{% stepper %}
{% step %}

#### Hybrid Testing

Execute Playwright-based UI workflows alongside backend load tests to validate real user journeys.
{% endstep %}

{% step %}

#### Web Vitals Analysis

Measure critical metrics like LCP, FCP, TTI, and INP while systems are under stress.
{% endstep %}

{% step %}

#### Automated Triggers

Configure UI script execution based on specific time intervals or thread count thresholds.
{% endstep %}

{% step %}

#### Full Observability

Capture screenshots, videos, and traces to correlate UI performance with backend metrics.
{% endstep %}
{% endstepper %}


---

# 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://docs.perfagents.com/overview/explore-load-test-orchestration.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.
