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
Next Next commit
Add info fields about network bytes during replication.
  • Loading branch information
jiangyujie.jyj committed May 31, 2022
commit c2175310e5bba5a3ec6bba1c1f5a855037beb088
3 changes: 3 additions & 0 deletions commands/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +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
* `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
* `rejected_connections`: Number of connections rejected because of
`maxclients` limit
* `sync_full`: The number of full resyncs with replicas
Expand Down