Skip to content

Commit b1e4d79

Browse files
Rename stats.
1 parent 014b293 commit b1e4d79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commands/info.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,8 @@ Here is the meaning of all fields in the **stats** section:
307307
* `total_writes_processed`: Total number of write events processed
308308
* `io_threaded_reads_processed`: Number of read events processed by the main and I/O threads
309309
* `io_threaded_writes_processed`: Number of write events processed by the main and I/O threads
310-
* `client_query_buffer_limit_reached`: Total number of clients reached query buffer length limit
311-
* `client_output_buffer_limit_reached`: Total number of clients reached output buffer length limit
310+
* `client_query_buffer_limit_disconnections`: Total number of clients reached query buffer length limit
311+
* `client_output_buffer_limit_disconnections`: Total number of clients reached output buffer length limit
312312
* `reply_buffer_shrinks`: Total number of output buffer shrinks
313313
* `reply_buffer_expands`: Total number of output buffer expands
314314
* `eventloop_cycles`: Total number of eventloop cycles

0 commit comments

Comments
 (0)