Skip to content

Instantly share code, notes, and snippets.

@sroccaserra
Last active January 11, 2016 16:19
Show Gist options
  • Select an option

  • Save sroccaserra/e890b1d7edda27e64e7f to your computer and use it in GitHub Desktop.

Select an option

Save sroccaserra/e890b1d7edda27e64e7f to your computer and use it in GitHub Desktop.
Curl format
\n
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
\n
@sroccaserra
Copy link
Author

curl -w "@curl-format.txt" -o /dev/null -s http://example.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment