analyze_route_performance
Pinpoint slow HTTP routes by computing latency percentiles for grouped requests. Filter by URI, time window, or sample size to compare route, controller, or URI performance.
Instructions
Analyze route performance with percentile statistics
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Analyze all available requests (max 100) | |
| uri | No | Filter by URI pattern (substring match) | |
| count | No | Number of recent HTTP requests to analyze | |
| since | No | Time duration to look back (e.g., "30m", "1h", "2d", "1w") | |
| token | No | Pre-authenticated X-Clockwork-Auth token (alternative to password) | |
| baseUrl | No | Clockwork application base URL (e.g. https://my-app.test). Overrides CLOCKWORK_BASE_URL / local storage for this call | |
| groupBy | No | How to group routes | uri |
| password | No | Clockwork authentication password | |
| username | No | Clockwork authentication username | |
| requestId | No | Specific request ID (highest priority) | |
| minSamples | No | Minimum samples required for a route |