Skip to content

Commit 266e776

Browse files
Rename stats.
1 parent b2d81ed commit 266e776

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
@@ -300,8 +300,8 @@ Here is the meaning of all fields in the **stats** section:
300300
* `total_writes_processed`: Total number of write events processed
301301
* `io_threaded_reads_processed`: Number of read events processed by the main and I/O threads
302302
* `io_threaded_writes_processed`: Number of write events processed by the main and I/O threads
303-
* `client_query_buffer_limit_reached`: Total number of clients reached query buffer length limit
304-
* `client_output_buffer_limit_reached`: Total number of clients reached output buffer length limit
303+
* `client_query_buffer_limit_disconnections`: Total number of clients reached query buffer length limit
304+
* `client_output_buffer_limit_disconnections`: Total number of clients reached output buffer length limit
305305
* `reply_buffer_shrinks`: Total number of output buffer shrinks
306306
* `reply_buffer_expands`: Total number of output buffer expands
307307
* `eventloop_cycles`: Total number of eventloop cycles

0 commit comments

Comments
 (0)