Fix units in redis documentation (#7016)
This commit is contained in:
parent
9d97ed22e6
commit
e122bc7503
|
@ -80,8 +80,8 @@ Additionally the plugin also calculates the hit/miss ratio (keyspace\_hitrate) a
|
|||
- instantaneous_ops_per_sec(int, number)
|
||||
- total_net_input_bytes(int, bytes)
|
||||
- total_net_output_bytes(int, bytes)
|
||||
- instantaneous_input_kbps(float, bytes)
|
||||
- instantaneous_output_kbps(float, bytes)
|
||||
- instantaneous_input_kbps(float, KB/sec)
|
||||
- instantaneous_output_kbps(float, KB/sec)
|
||||
- rejected_connections(int, number)
|
||||
- sync_full(int, number)
|
||||
- sync_partial_ok(int, number)
|
||||
|
|
Loading…
Reference in New Issue