Skip to content

Commit d591357

Browse files
DarrenJiang13jiangyujie.jyj
andauthored
Add info fields about network bytes during replication. (#1966)
Co-authored-by: jiangyujie.jyj <[email protected]>
1 parent 5a5bb51 commit d591357

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

commands/info.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,11 @@ Here is the meaning of all fields in the **stats** section:
250250
* `instantaneous_ops_per_sec`: Number of commands processed per second
251251
* `total_net_input_bytes`: The total number of bytes read from the network
252252
* `total_net_output_bytes`: The total number of bytes written to the network
253+
* `total_net_repl_input_bytes`: The total number of bytes read from the network for replication purposes
254+
* `total_net_repl_output_bytes`: The total number of bytes written to the network for replication purposes
253255
* `instantaneous_input_kbps`: The network's read rate per second in KB/sec
254256
* `instantaneous_output_kbps`: The network's write rate per second in KB/sec
257+
* `instantaneous_repl_total_kbps`: The network's total rate per second in KB/sec for replication purposes
255258
* `rejected_connections`: Number of connections rejected because of
256259
`maxclients` limit
257260
* `sync_full`: The number of full resyncs with replicas

0 commit comments

Comments
 (0)