Skip to content

Instantly share code, notes, and snippets.

@ps1dr3x
Created August 16, 2022 22:53
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 ps1dr3x/7ffb5f03ab6a8c7c49bff881b87e8935 to your computer and use it in GitHub Desktop.
Save ps1dr3x/7ffb5f03ab6a8c7c49bff881b87e8935 to your computer and use it in GitHub Desktop.
Speedtest using DigitalOcean's data centers
#!/bin/bash
# Speedtest using DigitalOcean's data centers
wget -O /dev/null http://speedtest-nyc1.digitalocean.com/1gb.test
# or 100mb
# wget -O /dev/null http://speedtest-nyc1.digitalocean.com/100mb.test
# Locations (1-x):
# nyc, sfo, ams, lon, fra, sgp, tor, blr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment