We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e7f8a2 commit fa45930Copy full SHA for fa45930
content/commands/client-list/index.md
@@ -117,6 +117,9 @@ Here is the meaning of the fields:
117
* `rbp`: peak size of the client's read buffer since the client connected. Added in Redis 7.0
118
* `rbs`: current size of the client's read buffer in bytes. Added in Redis 7.0
119
* `io-thread`: id of I/O thread assigned to the client. Added in Redis 8.0
120
+* `tot-net-in`: total network input bytes read from this client.
121
+* `tot-net-out`: total network output bytes sent to this client.
122
+* `tot-cmds`: total count of commands this client executed.
123
124
The client flags can be a combination of:
125
0 commit comments