get_client_activity
Retrieve time-bucketed client activity data including connection counts, command distribution, and buffer usage. Specify start and end times to analyze specific incident windows.
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) |