Skip to content

Add docs for CLIENT LIST new input/output stats #1475

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions content/commands/client-list/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ Here is the meaning of the fields:
* `rbp`: peak size of the client's read buffer since the client connected. Added in Redis 7.0
* `rbs`: current size of the client's read buffer in bytes. Added in Redis 7.0
* `io-thread`: id of I/O thread assigned to the client. Added in Redis 8.0
* `tot-net-in`: total network input bytes read from this client.
* `tot-net-out`: total network output bytes sent to this client.
* `tot-cmds`: total count of commands this client executed.

The client flags can be a combination of:

Expand Down