Skip to content
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

Add client info traffic stat fields. #45

Merged
merged 4 commits into from
May 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions commands/client-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ Here is the meaning of the fields:
* `resp`: client RESP protocol version.
* `lib-name`: The client library name as set by `CLIENT SETINFO`
* `lib-version`: The client library version as set by `CLIENT SETINFO`
* `tot-net-in`: Total network input bytes read from this client. Added in Valkey 8.0
zuiderkwast marked this conversation as resolved.
Show resolved Hide resolved
* `tot-net-out`: Total network output bytes sent to this client. Added in Valkey 8.0
* `tot-cmds`: Total count of commands this client executed. Added in Valkey 8.0

The client flags can be a combination of:

Expand Down