Skip to content

Instantly share code, notes, and snippets.

@jonatanrdsantos
Created October 9, 2015 18:52
Show Gist options
  • Save jonatanrdsantos/7a1fee461dd8da101aa9 to your computer and use it in GitHub Desktop.
Save jonatanrdsantos/7a1fee461dd8da101aa9 to your computer and use it in GitHub Desktop.
Network analist
$ curl -s -o /dev/null -w "Status: %{http_code} Connect: %{time_connect} TTFB: %{time_starttransfer} Total time: %{time_total} \n" www.site-domain.com
Status: 200 Connect: 0,688 TTFB: 1,523 Total time: 2,756 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment