mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Partial rework of NetworkInterfaceView (work in progress)
This commit is contained in:
parent
d4ad6fbff4
commit
4dd80d4778
32 changed files with 183 additions and 107 deletions
|
|
@ -13,7 +13,7 @@ local debug = false
|
|||
local debug_process = false -- Show flow processed information
|
||||
|
||||
interface.select(ifname)
|
||||
ifstats = interface.getStats()
|
||||
ifstats = aggregateInterfaceStats(interface.getStats())
|
||||
-- printGETParameters(_GET)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue