Is there a way with vortex to calculate the network latency while fetching Urls?
I have tried:
<sysinfo proctime><$startTime = $ret>
<fetch $Url>
<sysinfo proctime $startTime><$totalTime = $ret>
<loop SKIP=2 $totalTime><$Latency = $totalTime></loop>
<$Latency=($Latency/2)>
While this seems to work, at times, it gives me really high values, "15.003459" for $Latency.
I have tried:
<sysinfo proctime><$startTime = $ret>
<fetch $Url>
<sysinfo proctime $startTime><$totalTime = $ret>
<loop SKIP=2 $totalTime><$Latency = $totalTime></loop>
<$Latency=($Latency/2)>
While this seems to work, at times, it gives me really high values, "15.003459" for $Latency.