Skip to content

Instantly share code, notes, and snippets.

@xert
Created September 23, 2016 07:03
Show Gist options
  • Save xert/c2127c9ae682fca50b60e00c2941aac0 to your computer and use it in GitHub Desktop.
Save xert/c2127c9ae682fca50b60e00c2941aac0 to your computer and use it in GitHub Desktop.
Curl headers and timing alias
alias c='curl -s -w "CODE: %{http_code}\nSIZE: %{size_download}\nTIME: %{time_total} (DNS: %{time_namelookup}, connect: %{time_connect}, pretransfer: %{time_pretransfer}, redirect: %{time_redirect}, starttransfer: %{time_starttransfer})\n" -D - -o /dev/null'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment