Skip to content

Instantly share code, notes, and snippets.

@blasterpal
Created August 25, 2010 17:34
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 blasterpal/549928 to your computer and use it in GitHub Desktop.
Save blasterpal/549928 to your computer and use it in GitHub Desktop.
curl -s -o "/dev/null" -w "\n\nSTATS:\n\ttime_total\t%{time_total}\n\ttime_namelookup\t%{time_namelookup}\n\ttime_connect\t%{time_connect}\n\ttime_appconnect\t%{time_appconnect}\n\ttime_pretransfer\t%{time_pretransfer}\n\ttime_starttransfer\t%{time_starttransfer}\n\tspeed_download\t%{speed_download}\n\tnum_connects\t%{num_connects}\n" "<url>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment