Add ZMQ flows/sec graph

This commit is contained in:
emanuele-f 2016-11-11 11:36:12 +01:00
parent 65239694a9
commit fd2fa81dda
2 changed files with 8 additions and 0 deletions

View file

@ -16,6 +16,7 @@ top_rrds = {
["tcp_lost.rrd"] = "TCP Packets Lost",
["tcp_ooo.rrd"] = "TCP Packets Out-Of-Order",
["tcp_retransmissions.rrd"] = "TCP Retransmitted Packets",
["num_zmq_received_flows.rrd"] = "ZMQ Received Flows",
}
-- ########################################################