Created
April 23, 2013 16:13
-
-
Save derek-schaefer/5444999 to your computer and use it in GitHub Desktop.
Test your download speed via the command line with wget.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget --output-document=/dev/null http://speedtest.wdc01.softlayer.com/downloads/test500.zip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks, really helpful to test network bandwidth on a Linux system, where you have wget only (which is there by default on most distros) and cannot install anything else like the ookla speedtest package (due to missing privileges, or dpkg /apt being in a broken state, as I experienced it).