Skip to content

Instantly share code, notes, and snippets.

@tolleiv
Created March 31, 2015 20:40
Show Gist options
  • Save tolleiv/5b1dff9a7365ab6edb04 to your computer and use it in GitHub Desktop.
Save tolleiv/5b1dff9a7365ab6edb04 to your computer and use it in GitHub Desktop.
TTFB measurement - measuring connection, time to first byte and total connection time for a web request
#!/bin/bash
curl -s -o /dev/null -w "Connect: %{time_connect} TTFB: %{time_starttransfer} Total time: %{time_total} \n" $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment