mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Add ZMQ flows/sec graph
This commit is contained in:
parent
65239694a9
commit
fd2fa81dda
2 changed files with 8 additions and 0 deletions
|
|
@ -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",
|
||||
}
|
||||
|
||||
-- ########################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue