analyze_clients
Analyzes Redis client connections to detect blocked clients, connection pool saturation, large output buffers, and pub/sub subscriber concentration, while ignoring replicas and pub/sub connections to prevent false positives.
Instructions
Analyze Redis client connections. Detects blocked clients, connection pool saturation, large output buffers, and pub/sub subscriber concentration. Idle connection count excludes replica (S flag) and pub/sub subscriber (P flag) connections, which are expected to be persistent — this prevents false positives when the target Redis instance has replicas or pub/sub consumers attached.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||