Skip to content

Instantly share code, notes, and snippets.

@chzealot
Created December 30, 2011 11:12
Show Gist options
  • Save chzealot/1539355 to your computer and use it in GitHub Desktop.
Save chzealot/1539355 to your computer and use it in GitHub Desktop.
result of speedtest for linode datacenter
# generated by speedtest.py
# - you could get it from https://github.com/chzealot/tools/tree/master/python/linode
facility hostname url
Tokyo, JP tokyo1.linode.com http://tokyo1.linode.com/100MB-tokyo.bin
London, UK london1.linode.com http://london1.linode.com/100MB-london.bin
Newark, NJ newark1.linode.com http://newark1.linode.com/100MB-newark.bin
Atlanta, GA atlanta1.linode.com http://atlanta1.linode.com/100MB-atlanta.bin
Dallas, TX dallas1.linode.com http://dallas1.linode.com/100MB-dallas.bin
Fremont, CA fremont1.linode.com http://fremont1.linode.com/100MB-fremont.bin
# @note: get datacenters from: http://www.linode.com/speedtest/
- ping -c 7 tokyo1.linode.com ...
- ping -c 7 london1.linode.com ...
- ping -c 7 newark1.linode.com ...
- ping -c 7 atlanta1.linode.com ...
- ping -c 7 dallas1.linode.com ...
- ping -c 7 fremont1.linode.com ...
show ping result as follow
facility time(ms)
Tokyo, JP 65.14
Fremont, CA 198.2
Dallas, TX 204.0
Atlanta, GA 211.4
Newark, NJ 263.2
London, UK 435.2
- download http://tokyo1.linode.com/100MB-tokyo.bin ...
- download http://london1.linode.com/100MB-london.bin ...
- download http://newark1.linode.com/100MB-newark.bin ...
- download http://atlanta1.linode.com/100MB-atlanta.bin ...
- download http://dallas1.linode.com/100MB-dallas.bin ...
- download http://fremont1.linode.com/100MB-fremont.bin ...
show download speed as follow
Facility Speed(kB/s)
Tokyo, JP 858.043966624
Dallas, TX 235.287738009
Fremont, CA 134.627717825
Atlanta, GA 87.6722542453
London, UK 5.8286961525
Newark, NJ 5.69829055447
Done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment