Remove TCP flags from zmq eBFP interfaces

This commit is contained in:
emanuele-f 2019-04-29 15:50:39 +02:00
parent 1651699c58
commit a2d30d4935

View file

@ -188,14 +188,16 @@ function ts_dump.run_min_dump(_ifname, ifstats, iface_ts, config, when, verbose)
ts_dump.iface_update_categories_rrds(instant, _ifname, iface_point, verbose)
end
-- TCP stats
if config.tcp_retr_ooo_lost_rrd_creation == "1" then
ts_dump.iface_update_tcp_stats(instant, iface_point, verbose)
end
if((not ifstats.has_seen_ebpf_events) or (ifstats.type ~= "zmq")) then
-- TCP stats
if config.tcp_retr_ooo_lost_rrd_creation == "1" then
ts_dump.iface_update_tcp_stats(instant, iface_point, verbose)
end
-- TCP Flags
if config.tcp_flags_rrd_creation == "1" then
ts_dump.iface_update_tcp_flags(instant, iface_point, verbose)
-- TCP Flags
if config.tcp_flags_rrd_creation == "1" then
ts_dump.iface_update_tcp_flags(instant, iface_point, verbose)
end
end
-- create custom rrds