What's new

Is there any way to do a WAN speed test within the asuswrt router?

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

GJW

New Around Here
I've got a router deployed at a remote site and I would like to be able to SSH into it and run a reasonably accurate WAN speed test. Is there any way to do this?
 
After you set up the ssh, you can probably use something like this (if wget is available on asuswrt, and /dev/null exists - points to "nowhere"; on linux, this command would do the trick):

Code:
wget cachefly.cachefly.net/100mb.test -O /dev/null

Obviously, you should always use a testfile that is in your area, and has a great connection.
 
Last edited:

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top