mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Implemented non-L3 stats and improved tcp flow stats
This commit is contained in:
parent
0b2368787f
commit
43c17964e5
11 changed files with 152 additions and 24 deletions
|
|
@ -12,7 +12,6 @@ function aggregateInterfaceStats(ifstats)
|
|||
local tot = {}
|
||||
|
||||
for ifname,_v in pairs(ifstats["interfaces"]) do
|
||||
|
||||
for k,v in pairs(ifstats["interfaces"][ifname]) do
|
||||
if(type(v) ~= "table") then
|
||||
if((tot[k] == nil) and (k ~= "id") and (k ~= "name")) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue