Show upload speed and latency in speedtest active monitoring

This commit is contained in:
emanuele-f 2020-04-29 16:51:11 +02:00
parent 7ddd7047c4
commit 9381dd6fc0
8 changed files with 106 additions and 20 deletions

View file

@ -239,10 +239,10 @@ end
function am_utils.formatAmHost(host, measurement)
local m_info = am_utils.getMeasurementInfo(measurement)
if m_info and m_info.force_host then
--if m_info and m_info.force_host then
-- Only a single host is present, return it
return(host)
end
--return(host)
--end
return(string.format("%s://%s", measurement, host))
end