Implement TCP flags timeseries for network interfaces

This commit is contained in:
emanuele-f 2017-04-04 19:09:41 +02:00
parent fb7b9d0366
commit 4dffa882ef
6 changed files with 23 additions and 0 deletions

View file

@ -17,6 +17,10 @@ top_rrds = {
["tcp_lost.rrd"] = "TCP Packets Lost",
["tcp_ooo.rrd"] = "TCP Packets Out-Of-Order",
["tcp_retransmissions.rrd"] = "TCP Retransmitted Packets",
["tcp_syn.rrd"] = "TCP SYN Packets",
["tcp_synack.rrd"] = "TCP SYN+ACK Packets",
["tcp_finack.rrd"] = "TCP FIN+ACK Packets",
["tcp_rst.rrd"] = "TCP RST Packets",
["num_zmq_received_flows.rrd"] = "ZMQ Received Flows",
}