Reported number of devices in ntopng footer

This commit is contained in:
Luca Deri 2016-10-08 20:48:23 +02:00
parent 031c4c4d4f
commit 7d4a712ec7
8 changed files with 22 additions and 10 deletions

View file

@ -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