Created
March 31, 2015 20:40
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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