mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Reported number of devices in ntopng footer
This commit is contained in:
parent
031c4c4d4f
commit
7d4a712ec7
8 changed files with 22 additions and 10 deletions
|
|
@ -46,6 +46,7 @@ function dumpInterfaceStats(interface_name)
|
|||
|
||||
res["num_flows"] = ifstats.stats.flows
|
||||
res["num_hosts"] = ifstats.stats.hosts
|
||||
res["num_devices"] = ifstats.stats.devices
|
||||
res["epoch"] = os.time()
|
||||
res["uptime"] = secondsToTime(uptime)
|
||||
res["hosts_pctg"] = hosts_pctg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue