Cleanup of the timeseries ring and NetworkInterfaceTsPoint

This commit is contained in:
emanuele-f 2020-05-20 13:22:39 +02:00
parent 7334e15b50
commit 340462ad73
25 changed files with 61 additions and 611 deletions

View file

@ -22,7 +22,7 @@ local _ifname = ifstats.name
ts_dump.run_5min_tasks(_ifname, ifstats)
if not interface.hasHighResTs() then
if not hasHighResolutionTs() then
ts_dump.run_5min_dump(_ifname, ifstats, config, when, verbose)
-- else: perform the ts_dump.run_5min_dump in minute.lua
end