Skip to content

Instantly share code, notes, and snippets.

@cloudartisan
Last active August 26, 2018 10:42
Show Gist options
  • Save cloudartisan/3c26a2d7c579dbec583516d6faef411c to your computer and use it in GitHub Desktop.
Save cloudartisan/3c26a2d7c579dbec583516d6faef411c to your computer and use it in GitHub Desktop.
Linode speed tests
#!/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