Created
June 26, 2013 09:20
-
-
Save minakolta/5866019 to your computer and use it in GitHub Desktop.
CURL request benchmark
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -w '\nLookup:\t%{time_namelookup}\nConnect :\t%{time_connect}\nPreTrans:\t%{time_pretransfer}\nStartTeans:\t%{time_starttransfer}\n\nTotal time:\t%{time_total}\n' -o /dev/null -s http://yourdomain.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment