Skip to content

Instantly share code, notes, and snippets.

@Clcanny
Created April 16, 2019 09:22
Show Gist options
  • Save Clcanny/c161520799e1a2d51b2fd11bd1fc0e70 to your computer and use it in GitHub Desktop.
Save Clcanny/c161520799e1a2d51b2fd11bd1fc0e70 to your computer and use it in GitHub Desktop.
curl delay
time_namelookup: %{time_namelookup}\n
time_connect: %{time_connect}\n
time_appconnect: %{time_appconnect}\n
time_pretransfer: %{time_pretransfer}\n
time_redirect: %{time_redirect}\n
time_starttransfer: %{time_starttransfer}\n
----------\n
time_total: %{time_total}\n
// curl -w "@curl-format.txt" -o /dev/null -s "http://wordpress.com/"
// reference: https://stackoverflow.com/questions/18215389/how-do-i-measure-request-and-response-times-at-once-using-curl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment