Last active
August 26, 2018 10:42
-
-
Save cloudartisan/3c26a2d7c579dbec583516d6faef411c to your computer and use it in GitHub Desktop.
Linode speed tests
This file contains 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
#!/bin/bash | |
for facility in newark atlanta dallas fremont frankfurt london singapore tokyo2 | |
do | |
time wget --output-document=/dev/null speedtest.${facility}.linode.com/100MB-${facility}.bin | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment