get_client_activity
Review client activity in time buckets to diagnose incidents. See connection counts, command distribution, and buffer usage for a specific incident window using start and end times.
Instructions
Get time-bucketed client activity from persisted snapshots. Shows connection counts, command distribution, and buffer usage over time. Use startTime/endTime to focus on a specific incident window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endTime | No | End time (Unix timestamp ms) | |
| startTime | No | Start time (Unix timestamp ms) | |
| instanceId | No | Optional instance ID override | |
| bucketSizeMinutes | No | Bucket size in minutes (default 5) |