mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:04:23 +00:00
Improved the deduplicated flows field on the if_stats page (#9941)
This commit is contained in:
parent
f054bef76a
commit
af5da0efa9
2 changed files with 17 additions and 5 deletions
|
|
@ -149,7 +149,7 @@ function dumpInterfaceStats(ifid)
|
|||
|
||||
res["throughput_bps"] = ifstats.stats.throughput_bps;
|
||||
res["throughput_pps"] = ifstats.stats.throughput_pps;
|
||||
|
||||
res["num_deduplicated_flows"] = ifstats.stats.num_deduplicated_flows
|
||||
local function getExportStats(db_type)
|
||||
local s = {}
|
||||
s["flow_export_count"] = ifstats.stats_since_reset[db_type].flow_export_count
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue