Skip to content

Instantly share code, notes, and snippets.

@shyuan
Last active October 31, 2017 08:47
Show Gist options
  • Save shyuan/df50ec68024f5d93369c8c26364bd0b7 to your computer and use it in GitHub Desktop.
Save shyuan/df50ec68024f5d93369c8c26364bd0b7 to your computer and use it in GitHub Desktop.
cURL time format
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 "https://www.facebook.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment