add instantaneous input/output to redis plugin.
This commit is contained in:
committed by
Cameron Sparr
parent
3509713a23
commit
a7b77d9658
@@ -48,6 +48,8 @@ var Tracking = map[string]string{
|
|||||||
"total_connections_received": "total_connections_received",
|
"total_connections_received": "total_connections_received",
|
||||||
"total_commands_processed": "total_commands_processed",
|
"total_commands_processed": "total_commands_processed",
|
||||||
"instantaneous_ops_per_sec": "instantaneous_ops_per_sec",
|
"instantaneous_ops_per_sec": "instantaneous_ops_per_sec",
|
||||||
|
"instantaneous_input_kbps": "instantaneous_input_kbps",
|
||||||
|
"instantaneous_output_kbps": "instantaneous_output_kbps",
|
||||||
"sync_full": "sync_full",
|
"sync_full": "sync_full",
|
||||||
"sync_partial_ok": "sync_partial_ok",
|
"sync_partial_ok": "sync_partial_ok",
|
||||||
"sync_partial_err": "sync_partial_err",
|
"sync_partial_err": "sync_partial_err",
|
||||||
|
|||||||
Reference in New Issue
Block a user