analyze_route_performance
Analyze HTTP route performance using percentile statistics. Filter by URI, time period, or request count to identify slow routes.
Instructions
Analyze route performance with percentile statistics
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| requestId | No | Specific request ID (highest priority) | |
| count | No | Number of recent HTTP requests to analyze | |
| since | No | Time duration to look back (e.g., "30m", "1h", "2d", "1w") | |
| all | No | Analyze all available requests (max 100) | |
| uri | No | Filter by URI pattern (substring match) | |
| groupBy | No | How to group routes | uri |
| minSamples | No | Minimum samples required for a route |