Skip to content

Instantly share code, notes, and snippets.

@apolzek
Created November 4, 2021 19:01
Show Gist options
  • Save apolzek/17ab7ca0b4d9665e1896a88c55453254 to your computer and use it in GitHub Desktop.
Save apolzek/17ab7ca0b4d9665e1896a88c55453254 to your computer and use it in GitHub Desktop.
Time request curl
# curl -w "@curl-format.txt" -o /dev/null -s "http://wordpress.com/"
time_namelookup: %{time_namelookup}s\n
time_connect: %{time_connect}s\n
time_appconnect: %{time_appconnect}s\n
time_pretransfer: %{time_pretransfer}s\n
time_redirect: %{time_redirect}s\n
time_starttransfer: %{time_starttransfer}s\n
----------\n
time_total: %{time_total}s\n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment