Skip to content

Commit

Permalink
Add client info traffic stat fields. (#45)
Browse files Browse the repository at this point in the history
Corresponding doc PR to valkey-io/valkey#327.

* `tot-net-in`: Total network input bytes read from this client. Added
in Valkey 8.0
* `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

---------

Signed-off-by: Chen Tianjie <TJ_Chen@outlook.com>
  • Loading branch information
CharlesChen888 committed May 6, 2024
1 parent 500dfe6 commit 569152c
Showing 1 changed file with 3 additions and 0 deletions.
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
* `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

0 comments on commit 569152c

Please sign in to comment.