mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fixes top flows sankey
This commit is contained in:
parent
4710f6b03b
commit
3224e81030
4 changed files with 5 additions and 4 deletions
|
|
@ -29,7 +29,7 @@ end
|
|||
|
||||
interface.select(ifid)
|
||||
|
||||
local max_num_peers = 10
|
||||
local max_num_peers = 100
|
||||
local max_num_links = 32
|
||||
local peers = getTopFlowPeers(tracked_host, max_num_peers, true --[[ high details for cli2srv.last/srv2cli.last fields ]])
|
||||
local is_pcap_dump = interface.isPcapDumpInterface()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue