detect_memory_issues
Identify Laravel requests with high memory usage and detect memory growth patterns. Set thresholds, filter by URI or time, and isolate problematic requests.
Instructions
Detect high memory usage and growth patterns
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 | |
| password | No | Clockwork authentication password | |
| username | No | Clockwork authentication username | |
| requestId | No | Specific request ID (highest priority) | |
| thresholdMB | No | Memory threshold in MB to flag as high | |
| detectGrowth | No | Detect memory growth patterns |