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}'
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!