Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakejarvis/datacenter-speed-tests
⚡ Test speed and pings to all DigitalOcean, Linode, AWS, GCP, and Vultr regions
https://github.com/jakejarvis/datacenter-speed-tests
aws bash-script benchmark cloud datacenters digitalocean google-cloud-platform hosting linode ping-test speed-test vps vultr
Last synced: 10 days ago
JSON representation
⚡ Test speed and pings to all DigitalOcean, Linode, AWS, GCP, and Vultr regions
- Host: GitHub
- URL: https://github.com/jakejarvis/datacenter-speed-tests
- Owner: jakejarvis
- License: mit
- Created: 2019-03-11T15:47:57.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-08-17T20:57:40.000Z (about 2 years ago)
- Last Synced: 2024-10-23T10:02:20.833Z (19 days ago)
- Topics: aws, bash-script, benchmark, cloud, datacenters, digitalocean, google-cloud-platform, hosting, linode, ping-test, speed-test, vps, vultr
- Language: Shell
- Homepage:
- Size: 582 KB
- Stars: 94
- Watchers: 3
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Speed & Ping Tests for Cloud Hosting Providers
## Notes
- 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!
- Files are downloaded via HTTP (not HTTPS) to get pure speed without encryption overhead.
- 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.
- 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`.
- **Thank you to [CloudHarmony](https://cloudharmony.com/) for providing AWS and GCP endpoints for testing!**## Usage
If 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:
```
wget -qO - https://raw.githubusercontent.com/jakejarvis/datacenter-speed-tests/master/ping.sh | bash
wget -qO - https://raw.githubusercontent.com/jakejarvis/datacenter-speed-tests/master/speed.sh | bash
```Or, clone the repository and make sure the scripts are executable before running:
```
git clone https://github.com/jakejarvis/datacenter-speed-tests.git
cd datacenter-speed-tests
chmod +x ping.sh && chmod +x speed.sh
./ping.sh
./speed.sh
```## Providers & Regions
Scripts will test speed and pings to the following data centers:
#### [DigitalOcean](https://www.digitalocean.com/docs/platform/availability-matrix/#datacenter-regions)
- NYC1
- NYC2
- NYC3
- SFO1
- SFO2
- SFO3
- TOR1
- LON1
- FRA1
- AMS2
- AMS3
- SGP1
- BLR1#### [Linode](https://www.linode.com/global-infrastructure/)
- Newark
- Atlanta
- Dallas
- Fremont
- London
- Frankfurt
- Singapore
- Tokyo
- Sydney
- Toronto
- Mumbai#### [Amazon Web Services](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html)
- us-east-1
- us-east-2
- us-west-1
- us-west-2
- ca-central-1
- eu-north-1
- eu-central-1
- eu-west-1
- eu-west-2
- eu-west-3
- eu-south-1
- ap-northeast-1
- ap-northeast-2
- ap-northeast-3
- ap-south-1
- ap-southeast-1
- ap-southeast-2
- ap-east-1
- sa-east-1
- me-south-1
- af-south-1#### [Google Cloud](https://cloud.google.com/compute/docs/regions-zones/)
- us-east1
- us-east4
- us-west1
- us-west2
- us-west3
- us-central1
- northamerica-northeast1
- asia-east1
- asia-east2
- asia-northeast1
- asia-northeast2
- asia-south1
- asia-southeast1
- australia-southeast1
- europe-north1
- europe-west1
- europe-west2
- europe-west3
- europe-west4
- europe-west6
- southamerica-east1#### [Vultr/Choopa](https://www.vultr.com/features/datacenter-locations/)
- nj-us
- il-us
- ga-us
- fl-us
- tx-us
- sjo-ca-us
- lax-ca-us
- wa-us
- tor-ca
- fra-de
- ams-nl
- par-fr
- lon-gb
- syd-au
- sgp
- hnd-jp
- sel-kor## Screenshots
![speed screenshot](screenshot-speed.png)
![ping screenshot](screenshot-ping.png)---
Inspired by https://www.reddit.com/r/webdev/comments/6ylmki/heres_an_easy_way_to_find_the_nearest/