mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Added enhancement to filter flows with L7 protocol more efficiently
This commit is contained in:
parent
b81e7628b2
commit
dba8bcce49
7 changed files with 36 additions and 18 deletions
|
|
@ -88,7 +88,7 @@ end
|
|||
--io.write("->"..sortColumn.."/"..perPage.."/"..sortOrder.."\n")
|
||||
interface.select(ifname)
|
||||
if(sortOrder == "desc") then sOrder = false else sOrder = true end
|
||||
res = interface.getFlowsInfo(host, sortColumn, perPage, to_skip, sOrder)
|
||||
res = interface.getFlowsInfo(host, application, sortColumn, perPage, to_skip, sOrder)
|
||||
|
||||
flows_stats,total = aggregateFlowsStats(res)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue