mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
refactored and verified minute top talkers generation code
This commit is contained in:
parent
00f88156b9
commit
4d07a743ac
2 changed files with 36 additions and 98 deletions
|
|
@ -275,7 +275,7 @@ end
|
|||
|
||||
function getCurrentTopGroupsSeparated(ifid, ifname, max_num_entries, use_threshold,
|
||||
use_delta, filter_col, filter_val, col, key, loc, concat, mode, lastdump_key)
|
||||
max_num_entries = 10
|
||||
max_num_entries = 10 -- TODO: check if max_num_entries can be forcefully set to 10
|
||||
rsp = ""
|
||||
|
||||
interface.select(ifname)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue