analyze_performance
Analyze execution performance from logs to identify slow methods, high query memory usage, failure rates, and trends over a specified time period.
Instructions
Analyze execution performance from logs. Types: full, slow_methods, high_query_methods, high_memory_methods, failure_rates, trend.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Type of analysis to run (default: full) | |
| days | No | Number of days to analyze (default: 7) | |
| limit | No | Maximum results for specific queries (default: 10) |