From 266e77670af207fd69345b908eae9922f25c11f8 Mon Sep 17 00:00:00 2001 From: chentianjie Date: Thu, 31 Aug 2023 11:33:05 +0800 Subject: [PATCH] Rename stats. --- commands/info.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/info.md b/commands/info.md index 5a8c4ded5c..5ab7e275db 100644 --- a/commands/info.md +++ b/commands/info.md @@ -300,8 +300,8 @@ Here is the meaning of all fields in the **stats** section: * `total_writes_processed`: Total number of write events processed * `io_threaded_reads_processed`: Number of read events processed by the main and I/O threads * `io_threaded_writes_processed`: Number of write events processed by the main and I/O threads -* `client_query_buffer_limit_reached`: Total number of clients reached query buffer length limit -* `client_output_buffer_limit_reached`: Total number of clients reached output buffer length limit +* `client_query_buffer_limit_disconnections`: Total number of clients reached query buffer length limit +* `client_output_buffer_limit_disconnections`: Total number of clients reached output buffer length limit * `reply_buffer_shrinks`: Total number of output buffer shrinks * `reply_buffer_expands`: Total number of output buffer expands * `eventloop_cycles`: Total number of eventloop cycles