get_performance_stats
Retrieve system performance metrics including response times, memory usage, and slow operation analysis. Specify a particular metric or get all available stats to diagnose issues.
Instructions
获取系统性能统计信息,包括响应时间、内存使用等指标
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metric_name | No | 特定指标名称(可选,不指定则返回所有指标) | |
| include_memory_stats | No | 是否包含内存使用统计 | |
| include_slow_operations | No | 是否包含慢操作分析 |