Skip to content

Instantly share code, notes, and snippets.

@pwenzel
Last active December 24, 2015 07:59
Show Gist options
  • Save pwenzel/6767751 to your computer and use it in GitHub Desktop.
Save pwenzel/6767751 to your computer and use it in GitHub Desktop.
Ways to check download times
time curl http://www.wikipedia.org > /dev/null
curl -w "%{time_total} seconds\n" --head http://download.thinkbroadband.com/5MB.zip
gtime --verbose curl --head http://download.thinkbroadband.com/5MB.zip
time curl --head http://download.thinkbroadband.com/5MB.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment