mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Implement TCP flags timeseries for network interfaces
This commit is contained in:
parent
fb7b9d0366
commit
4dffa882ef
6 changed files with 23 additions and 0 deletions
|
|
@ -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",
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue