Skip to content

Instantly share code, notes, and snippets.

@seanmoon
Created May 10, 2012 04:43
Show Gist options
  • Save seanmoon/2651071 to your computer and use it in GitHub Desktop.
Save seanmoon/2651071 to your computer and use it in GitHub Desktop.
Speed test using curl
echo "Total time Start transfer Avg Download Speed"
for i in 1 2 3 4 5
do
curl -w "%{time_total}s\t\t%{time_starttransfer}s\t\t%{speed_download}\n" http://your.url.here -o outfile -s
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment