Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Change "during replication" to "for replication purposes".
  • Loading branch information
jiangyujie.jyj committed May 31, 2022
commit b77e8ada2940ab31e6430233444d9d3ad4964e4a
6 changes: 3 additions & 3 deletions commands/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,11 +250,11 @@ Here is the meaning of all fields in the **stats** section:
* `instantaneous_ops_per_sec`: Number of commands processed per second
* `total_net_input_bytes`: The total number of bytes read from the network
* `total_net_output_bytes`: The total number of bytes written to the network
* `total_net_repl_input_bytes`: The total number of bytes read from the network during replication
* `total_net_repl_output_bytes`: The total number of bytes written to the network during replication
* `total_net_repl_input_bytes`: The total number of bytes read from the network for replication purposes
* `total_net_repl_output_bytes`: The total number of bytes written to the network for replication purposes
* `instantaneous_input_kbps`: The network's read rate per second in KB/sec
* `instantaneous_output_kbps`: The network's write rate per second in KB/sec
* `instantaneous_repl_total_kbps`: The network's total rate per second in KB/sec during replication
* `instantaneous_repl_total_kbps`: The network's total rate per second in KB/sec for replication purposes
* `rejected_connections`: Number of connections rejected because of
`maxclients` limit
* `sync_full`: The number of full resyncs with replicas
Expand Down