mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Show stats per export method in case of many (CH, ES, Kafka, Syslog)
This commit is contained in:
parent
fd4fbd4053
commit
0add7865af
10 changed files with 260 additions and 106 deletions
|
|
@ -374,8 +374,8 @@ end
|
|||
function ts_dump.iface_update_flow_dump_stats(when, ifstats, verbose)
|
||||
ts_utils.append("iface:dumped_flows", {
|
||||
ifid = ifstats.id,
|
||||
dumped_flows = ifstats.stats.flow_export_count or 0,
|
||||
dropped_flows = ifstats.stats.flow_export_drops or 0
|
||||
dumped_flows = ifstats.stats.db and ifstats.stats.db.flow_export_count or 0,
|
||||
dropped_flows = ifstats.stats.db and ifstats.stats.db.flow_export_drops or 0
|
||||
}, when)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue