mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Removed unused throughput
This commit is contained in:
parent
dcd5012f60
commit
e28aabcd28
1 changed files with 1 additions and 2 deletions
|
|
@ -900,7 +900,6 @@ function getNetFlowExportersUnifiedStats()
|
|||
unified_exporters[exporter_ip][port_idx] = port_info
|
||||
else
|
||||
local tmp = unified_exporters[exporter_ip][port_idx]
|
||||
tmp["throughput"] = port_info["throughput"] + (tmp["throughput"] or 0)
|
||||
tmp["bytes.in_bytes"] = port_info["bytes.in_bytes"] + (tmp["bytes.in_bytes"] or 0)
|
||||
tmp["bytes.out_bytes"] = port_info["bytes.out_bytes"] + (tmp["bytes.out_bytes"] or 0)
|
||||
if not tmp.ndpi then
|
||||
|
|
@ -975,4 +974,4 @@ function getProbeFromUUID(nprobe_uuid)
|
|||
end
|
||||
|
||||
return nil
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue