Skip to content

Instantly share code, notes, and snippets.

@fwenzel
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fwenzel/36b655c8f87cf9a7715f to your computer and use it in GitHub Desktop.
Save fwenzel/36b655c8f87cf9a7715f to your computer and use it in GitHub Desktop.
Linode speedtest
130 fred@athena ~ % curl http://speedtest.newark.linode.com/100MB-newark.bin > /dev/null
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
85 100M 85 85.4M 0 0 2433k 0 0:00:42 0:00:35 0:00:07 2380k^C
130 fred@athena ~ % curl http://speedtest.atlanta.linode.com/100MB-atlanta.bin > /dev/null
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
61 100M 61 61.6M 0 0 2396k 0 0:00:42 0:00:26 0:00:16 2258k^C
130 fred@athena ~ % ping speedtest.newark.linode.com
PING speedtest.newark.linode.com (50.116.57.237): 56 data bytes
64 bytes from 50.116.57.237: icmp_seq=0 ttl=57 time=81.299 ms
64 bytes from 50.116.57.237: icmp_seq=1 ttl=57 time=81.127 ms
64 bytes from 50.116.57.237: icmp_seq=2 ttl=57 time=81.131 ms
^C
--- speedtest.newark.linode.com ping statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 81.127/81.186/81.299/0.080 ms
fred@athena ~ % ping speedtest.atlanta.linode.com
PING speedtest.atlanta.linode.com (50.116.39.117): 56 data bytes
64 bytes from 50.116.39.117: icmp_seq=0 ttl=54 time=96.722 ms
64 bytes from 50.116.39.117: icmp_seq=1 ttl=54 time=98.101 ms
64 bytes from 50.116.39.117: icmp_seq=2 ttl=54 time=97.014 ms
^C
--- speedtest.atlanta.linode.com ping statistics ---
4 packets transmitted, 3 packets received, 25.0% packet loss
round-trip min/avg/max/stddev = 96.722/97.279/98.101/0.593 ms
fred@athena ~ % curl http://speedtest.fremont.linode.com/100MB-fremont.bin > /dev/null
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
58 100M 58 58.6M 0 0 4593k 0 0:00:22 0:00:13 0:00:09 4687k^C
130 fred@athena ~ % ping speedtest.fremont.linode.com
PING speedtest.fremont.linode.com (50.116.14.9): 56 data bytes
64 bytes from 50.116.14.9: icmp_seq=0 ttl=58 time=23.331 ms
64 bytes from 50.116.14.9: icmp_seq=1 ttl=58 time=23.260 ms
^C
--- speedtest.fremont.linode.com ping statistics ---
2 packets transmitted, 2 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 23.260/23.296/23.331/0.036 ms
fred@athena ~ % curl http://speedtest.dallas.linode.com/100MB-dallas.bin > /dev/null
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
39 100M 39 39.5M 0 0 2830k 0 0:00:36 0:00:14 0:00:22 2778k^C
130 fred@athena ~ % ping speedtest.dallas.linode.com
PING speedtest.dallas.linode.com (50.116.25.154): 56 data bytes
64 bytes from 50.116.25.154: icmp_seq=0 ttl=55 time=52.121 ms
64 bytes from 50.116.25.154: icmp_seq=1 ttl=55 time=51.965 ms
64 bytes from 50.116.25.154: icmp_seq=2 ttl=55 time=52.010 ms
^C
--- speedtest.dallas.linode.com ping statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 51.965/52.032/52.121/0.066 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment