slow_requests
Identify the slowest HTTP requests in a Fiddler SAZ archive by duration. Set a minimum threshold and limit results to the top N slowest sessions.
Instructions
Rank sessions by total duration (Fiddler TOTAL = ClientDoneResponse - ClientBeginRequest).
Args: saz_path: Path to the .saz file. top_n: How many slowest sessions to return (1-100). min_ms: Only consider sessions slower than this threshold.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_n | No | ||
| min_ms | No | ||
| saz_path | Yes |