mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Restricted top flow chart for community version
This commit is contained in:
parent
41925ea21d
commit
96af8aa162
1 changed files with 5 additions and 0 deletions
|
|
@ -35,6 +35,11 @@ local peers = getTopFlowPeers(tracked_host, max_num_peers, true --[[ high detail
|
|||
local is_pcap_dump = interface.isPcapDumpInterface()
|
||||
local debug = false
|
||||
|
||||
-- In community version, due to dimension problems, restricting to 16 links
|
||||
if not ntop.isPro() then
|
||||
max_num_links = 16
|
||||
end
|
||||
|
||||
-- 1. compute total traffic
|
||||
local total_traffic = 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue