Skip to content

Instantly share code, notes, and snippets.

@Rachitlohani
Created February 24, 2015 00:15
Show Gist options
  • Save Rachitlohani/02e802851a0d46f71bf5 to your computer and use it in GitHub Desktop.
Save Rachitlohani/02e802851a0d46f71bf5 to your computer and use it in GitHub Desktop.
curl - detail
curl -w "@format.txt" -o /dev/null -s http://mint.com/
Save the following as format.txt
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment