File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments