Verify Network Performance
verify_network_performanceAssert latency budgets on network requests by defining max per-request or total duration. Reports p50/p95 statistics for matched requests to identify performance outliers.
Instructions
Assert latency budgets: max per-request durationMs and/or max total first-start→last-end across a matcher. Reports p50/p95 stats and excludes events with unknown durations from percentiles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matcher | Yes | Predicate selecting requests to measure | |
| withinMs | No | ||
| sessionId | Yes | Active or completed session ID | |
| maxTotalMs | No | First request start → last request end must be within this many milliseconds | |
| afterAction | No | Reference a prior UI action to anchor the time window | |
| filterDomains | No | Optional Proxyman domain filter | |
| maxIndividualMs | No | Each matching request must complete within this many milliseconds |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| p50 | No | ||
| p95 | No | ||
| count | Yes | ||
| passed | Yes | ||
| totalMs | Yes | First start → last end (ms) | |
| verdict | Yes | ||
| fastestMs | No | ||
| slowestMs | No | ||
| violators | Yes | ||
| unknownDurationCount | Yes |