OpenWrtScripts icon indicating copy to clipboard operation
OpenWrtScripts copied to clipboard

netperfrunner.sh reports 0mbps down and up

Open jsbiff opened this issue 2 years ago • 3 comments

I cloned the git repo to my openwrt router, and ran netperfrunner.sh with no arguments (so it uses default arguments), and it's reporting 0mbps down and up. Which definitely isn't correct - I have internet connectivity through the router.

I am wondering if perhaps the netperf.bufferbloat.net url that it uses for testing is perhaps no longer responding online?

jsbiff avatar Oct 31 '23 17:10 jsbiff

That's exactly what's happening. The default site gets DOS'd by hundreds of speed tests per hour, frequently by tests coming from the same source IP address. I can no longer keep my server up - it runs out of its monthly bandwidth in a couple days, despite considerable scripts and iptables work.

Try netperf-eu or netperf-fremont as an alternative for the -H option

richb-hanover avatar Oct 31 '23 20:10 richb-hanover

Thank you for the explanation. I understand - only so much that a free service that isn't peer-to-peer with thousands of peers can do. Hmmm, on that note, maybe this could be somehow reworked to do a peer-to-peer network where everyone using it tests with each other's bandwidth? I realize that is a, to put it mildly, non-trivial ask lol. But, still, a thought about how to possibly solve the problem of the many-to-one bandwidth issue.

jsbiff avatar Nov 01 '23 15:11 jsbiff