mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Remove TCP flags from zmq eBFP interfaces
This commit is contained in:
parent
1651699c58
commit
a2d30d4935
1 changed files with 9 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue