get_cluster_slowlog
Retrieve the aggregated slowlog across all cluster nodes to identify slow commands, avoiding incomplete per-node logs. Essential for diagnosing performance issues in cluster mode.
Instructions
Get the aggregated slowlog across ALL nodes in the cluster. This is the primary tool for finding slow commands in cluster mode — per-node slowlogs are incomplete. Returns an error message if not in cluster mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max entries to return (default 100) | |
| instanceId | No | Optional instance ID override |