mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +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
|
|
@ -1,8 +1,8 @@
|
|||
--
|
||||
-- (C) 2014-15-15 - ntop.org
|
||||
-- (C) 2014-15 - ntop.org
|
||||
--
|
||||
|
||||
_ifstats = interface.getStats()
|
||||
_ifstats = aggregateInterfaceStats(interface.getStats())
|
||||
|
||||
print [[
|
||||
|
||||
|
|
@ -202,7 +202,7 @@ print [[/lua/host_details.lua?host="+escape(d.host)+"@"+escape(d.vlan); })
|
|||
|
||||
elseif(active_sankey == "comparison") then
|
||||
|
||||
_ifstats = interface.getStats()
|
||||
_ifstats = aggregateInterfaceStats(interface.getStats())
|
||||
|
||||
if(_ifstats.iface_sprobe) then
|
||||
url = ntop.getHttpPrefix().."/lua/sflows_stats.lua?"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue