mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Writes new_flow timeseries every minute (not every second)
Implements #3456
This commit is contained in:
parent
a1905609a2
commit
3405b7184e
7 changed files with 10 additions and 7 deletions
|
|
@ -119,6 +119,7 @@ function ts_dump.iface_update_general_stats(when, ifstats, verbose)
|
|||
ts_utils.append("iface:http_hosts", {ifid=ifstats.id, num_hosts=ifstats.stats.http_hosts}, when)
|
||||
ts_utils.append("iface:alerted_flows", {ifid=ifstats.id, num_flows=ifstats.stats.num_alerted_flows}, when)
|
||||
ts_utils.append("iface:misbehaving_flows", {ifid=ifstats.id, num_flows=ifstats.stats.num_misbehaving_flows}, when)
|
||||
ts_utils.append("iface:new_flows", {ifid=ifstats.id, new_flows=ifstats.stats.num_new_flows}, when)
|
||||
end
|
||||
|
||||
function ts_dump.iface_update_l4_stats(when, ifstats, verbose)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue