{"id":13588061,"url":"https://github.com/jakejarvis/datacenter-speed-tests","last_synced_at":"2025-04-16T03:48:42.605Z","repository":{"id":44763449,"uuid":"175033205","full_name":"jakejarvis/datacenter-speed-tests","owner":"jakejarvis","description":"⚡ Test speed and pings to all DigitalOcean, Linode, AWS, GCP, and Vultr regions","archived":false,"fork":false,"pushed_at":"2022-08-17T20:57:40.000Z","size":596,"stargazers_count":98,"open_issues_count":3,"forks_count":11,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-08T10:11:22.405Z","etag":null,"topics":["aws","bash-script","benchmark","cloud","datacenters","digitalocean","google-cloud-platform","hosting","linode","ping-test","speed-test","vps","vultr"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jakejarvis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-11T15:47:57.000Z","updated_at":"2025-03-28T20:37:01.000Z","dependencies_parsed_at":"2022-09-24T05:51:50.502Z","dependency_job_id":null,"html_url":"https://github.com/jakejarvis/datacenter-speed-tests","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakejarvis%2Fdatacenter-speed-tests","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakejarvis%2Fdatacenter-speed-tests/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakejarvis%2Fdatacenter-speed-tests/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakejarvis%2Fdatacenter-speed-tests/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jakejarvis","download_url":"https://codeload.github.com/jakejarvis/datacenter-speed-tests/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249192432,"owners_count":21227787,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","bash-script","benchmark","cloud","datacenters","digitalocean","google-cloud-platform","hosting","linode","ping-test","speed-test","vps","vultr"],"created_at":"2024-08-01T15:06:29.433Z","updated_at":"2025-04-16T03:48:42.569Z","avatar_url":"https://github.com/jakejarvis.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# Speed \u0026 Ping Tests for Cloud Hosting Providers\n\n## Notes\n\n- Speed tests for ***each region of each provider*** (there are over 80) can use **up to 100MB of data**. Be careful if your ISP caps your data usage!\n- Files are downloaded via HTTP (not HTTPS) to get pure speed without encryption overhead.\n- Tests can always be influenced by outside variables. Run the scripts multiple times if you want to ensure accuracy. Evil throttling ISPs can mess up the results too, of course.\n- If it looks like the script has crashed, the current test is probably just taking a while — especially when testing far-away regions. If you already know that testing other continents is futile, just remove them from the for loops in `speed.sh`.\n- **Thank you to [CloudHarmony](https://cloudharmony.com/) for providing AWS and GCP endpoints for testing!**\n\n## Usage\n\nIf you trust me (which you shouldn't, _please_ don't trust random people on the internet!) these commands will download and run the scripts automatically:\n\n```\nwget -qO - https://raw.githubusercontent.com/jakejarvis/datacenter-speed-tests/master/ping.sh | bash\nwget -qO - https://raw.githubusercontent.com/jakejarvis/datacenter-speed-tests/master/speed.sh | bash\n```\n\nOr, clone the repository and make sure the scripts are executable before running:\n\n```\ngit clone https://github.com/jakejarvis/datacenter-speed-tests.git\ncd datacenter-speed-tests\nchmod +x ping.sh \u0026\u0026 chmod +x speed.sh\n./ping.sh\n./speed.sh\n```\n\n## Providers \u0026 Regions\n\nScripts will test speed and pings to the following data centers:\n\n#### [DigitalOcean](https://www.digitalocean.com/docs/platform/availability-matrix/#datacenter-regions)\n\n- NYC1\n- NYC2\n- NYC3\n- SFO1\n- SFO2\n- SFO3\n- TOR1\n- LON1\n- FRA1\n- AMS2\n- AMS3\n- SGP1\n- BLR1\n\n#### [Linode](https://www.linode.com/global-infrastructure/)\n\n- Newark\n- Atlanta\n- Dallas\n- Fremont\n- London\n- Frankfurt\n- Singapore\n- Tokyo\n- Sydney\n- Toronto\n- Mumbai\n\n#### [Amazon Web Services](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html)\n\n- us-east-1\n- us-east-2\n- us-west-1\n- us-west-2\n- ca-central-1\n- eu-north-1\n- eu-central-1\n- eu-west-1\n- eu-west-2\n- eu-west-3\n- eu-south-1\n- ap-northeast-1\n- ap-northeast-2\n- ap-northeast-3\n- ap-south-1\n- ap-southeast-1\n- ap-southeast-2\n- ap-east-1\n- sa-east-1\n- me-south-1\n- af-south-1\n\n#### [Google Cloud](https://cloud.google.com/compute/docs/regions-zones/)\n\n- us-east1\n- us-east4\n- us-west1\n- us-west2\n- us-west3\n- us-central1\n- northamerica-northeast1\n- asia-east1\n- asia-east2\n- asia-northeast1\n- asia-northeast2\n- asia-south1\n- asia-southeast1\n- australia-southeast1\n- europe-north1\n- europe-west1\n- europe-west2\n- europe-west3\n- europe-west4\n- europe-west6\n- southamerica-east1\n\n#### [Vultr/Choopa](https://www.vultr.com/features/datacenter-locations/)\n\n- nj-us\n- il-us\n- ga-us\n- fl-us\n- tx-us\n- sjo-ca-us\n- lax-ca-us\n- wa-us\n- tor-ca\n- fra-de\n- ams-nl\n- par-fr\n- lon-gb\n- syd-au\n- sgp\n- hnd-jp\n- sel-kor\n\n## Screenshots\n\n![speed screenshot](screenshot-speed.png)\n![ping screenshot](screenshot-ping.png)\n\n---\n\nInspired by https://www.reddit.com/r/webdev/comments/6ylmki/heres_an_easy_way_to_find_the_nearest/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakejarvis%2Fdatacenter-speed-tests","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjakejarvis%2Fdatacenter-speed-tests","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakejarvis%2Fdatacenter-speed-tests/lists"}