detect_memory_issues
Analyze HTTP requests to identify high memory usage and memory growth patterns, helping diagnose memory leaks.
Instructions
Detect high memory usage and growth patterns
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) | |
| thresholdMB | No | Memory threshold in MB to flag as high | |
| detectGrowth | No | Detect memory growth patterns |