is there possible to get information about current Download/Upload WAN speed? I would use bash script.
curl http://proof.ovh.net/files/100Mb.dat -w "%{time_connect},%{time_total},%{speed_download},%{http_code},%{size_download},%{url_effective}\n" -o /dev/null
curl -s http://proof.ovh.net/files/100Mb.dat -w "%{time_connect},%{time_total},%{speed_download},%{http_code},%{size_download},%{url_effective}\n" -o /dev/null
ifconfig $(nvram get wan0_ifname) | grep "RX bytes" | awk -F[:\(] '{print $2 $4}'
We use essential cookies to make this site work, and optional cookies to enhance your experience.