Skip to content

Instantly share code, notes, and snippets.

@guilhermechapiewski
Created January 13, 2011 14:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save guilhermechapiewski/777937 to your computer and use it in GitHub Desktop.
Save guilhermechapiewski/777937 to your computer and use it in GitHub Desktop.
Measure website response time through curl
curl -w '\nLookup time:\t%{time_namelookup}\nConnect time:\t%{time_connect}\nPreXfer time:\t%{time_pretransfer}\nStartXfer time:\t%{time_starttransfer}\n\nTotal time:\t%{time_total}\n' -o /dev/null -s 'http://gc.blog.br'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment