# Repeat Active Measurements

> Force agents to repeat ping, HTTP request, or traceroute measurements instead of distributing them between agents.

Source: https://docs.capaone.com/performanceguard/technical-reference/concepts/repeat-active-measurements/  
Product: PerformanceGuard — a separate CapaSystems product; do not apply this page to any other.

Normally, PerformanceGuard will dispatch the requests for active measurements between different agents. You can, however, force agents to repeat ping, http request or traceroute measurements with the following parameters:

**Text**

```text
Iterations=<number of times that the request should be repeated>
```

**Text**

```text
Delay=<delay between iterations in seconds>
```

:::note[Important]
**Example:** A definition like this would ping or trace www.google.com twice with 15 seconds in between: URL=www.google.com Iterations=2 Delay=15
:::
