Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bigorn0/3a8332185358e3db154b872345f75158 to your computer and use it in GitHub Desktop.
Save bigorn0/3a8332185358e3db154b872345f75158 to your computer and use it in GitHub Desktop.
bash-4.3# curl -4 \
--insecure \
-sSf \
-w '\nLookup time:\t%{time_namelookup}\nConnect time:\t%{time_connect}\nAppCon time:\t%{time_appconnect}\nRedirect time:\t%{time_redirect}\nPreXfer time:\t%{time_pretransfer}\nStartXfer time:\t%{time_starttransfer}\n\nTotal time:\t%{time_total}\n' \
-o /dev/null
-XPUT https://my-endpoint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment