get_commandlog_patterns
Analyze command log patterns from Valkey storage to identify slow commands, large requests, and large replies for performance troubleshooting.
Instructions
Get analyzed COMMANDLOG patterns from persisted storage (Valkey 8+ only). Like get_slowlog_patterns but includes large-request and large-reply patterns in addition to slow commands.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max entries to analyze | |
| endTime | No | End time (Unix timestamp ms) | |
| startTime | No | Start time (Unix timestamp ms) | |
| instanceId | No | Optional instance ID override |