Skip to content

Instantly share code, notes, and snippets.

@jumph4x
Created October 3, 2014 23:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jumph4x/e94b82250796d5a25d3b to your computer and use it in GitHub Desktop.
Save jumph4x/e94b82250796d5a25d3b to your computer and use it in GitHub Desktop.
~ curl -w "@curl-format.txt" -o /dev/null -s http://xxx.fastly-plugins.com
time_namelookup: 0.001
time_connect: 0.019
time_appconnect: 0.000
time_pretransfer: 0.019
time_redirect: 0.000
time_starttransfer: 0.038
----------
time_total: 0.040
~ curl -w "@curl-format.txt" -o /dev/null -s http://xxx.herokuapp.com/
time_namelookup: 0.001
time_connect: 0.177
time_appconnect: 0.000
time_pretransfer: 0.177
time_redirect: 0.000
time_starttransfer: 0.439
----------
time_total: 0.441
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment