Skip to content

Commit

Permalink
Rename stats.
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesChen888 committed Nov 29, 2023
1 parent b2d81ed commit 266e776
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 266e776

Please sign in to comment.