Implemented dummy interface (-i dummy) to be used only for debugging purposes for testing low-memory conditions and internal routines.

Updated scripts that were still using old API calls
This commit is contained in:
Luca 2015-12-28 23:16:54 +01:00
parent badcf525cb
commit 5e556396d1
19 changed files with 123 additions and 106 deletions

View file

@ -895,7 +895,7 @@ end
-- Return the first 'howmany' hosts
function getTopInterfaceHosts(howmany, localHostsOnly)
hosts_stats = interface.getHostsInfo()
hosts_stats,total = aggregateHostsStats(interface.getHostsInfo())
ret = {}
sortTable = {}
n = 0