mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Implements Netfilter queue monitoring
This commit is contained in:
parent
c382fd4631
commit
fd42cfd0cb
7 changed files with 81 additions and 48 deletions
|
|
@ -108,6 +108,10 @@ function dumpInterfaceStats(interface_name)
|
|||
res["bytes_download"] = ifstats["eth"]["ingress"]["bytes"]
|
||||
end
|
||||
|
||||
if ntop.isnEdge() and ifstats.type == "netfilter" and ifstats.netfilter then
|
||||
res["netfilter"] = ifstats.netfilter
|
||||
end
|
||||
|
||||
if(ifstats.zmqRecvStats ~= nil) then
|
||||
res["zmqRecvStats"] = {}
|
||||
res["zmqRecvStats"]["flows"] = ifstats.zmqRecvStats.flows
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue