-
-
Save oirodolfo/f9b0d51965ebe28f59ab3cc4c803f85f to your computer and use it in GitHub Desktop.
CURL request benchmark
This file contains 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