Measure download speed with Cloudflare
Posted: Thu Sep 10, 2020 12:15 pm
I want to measure download speed and came up with this:
Unfortunately the duration is to the nearest second.
I could download a bigger file but that could clog the pipe.
Any suggestions for how to get a better estimate of b/s ?
Code: Select all
/tool fetch url="https://speed.cloudflare.com/__down?measId=4436923120229031&bytes=1000000" mode=https
downloaded: 976KiB
total: 976KiB
duration: 1s
I could download a bigger file but that could clog the pipe.
Any suggestions for how to get a better estimate of b/s ?