Skip to content

Instantly share code, notes, and snippets.

@tvlooy
Created March 7, 2018 09:42
Show Gist options
  • Save tvlooy/711b268aa02e7ff85c0c2253a572d605 to your computer and use it in GitHub Desktop.
Save tvlooy/711b268aa02e7ff85c0c2253a572d605 to your computer and use it in GitHub Desktop.
curl ttfb
# Connect: %{time_connect}
# TTFB: %{time_starttransfer}
# Total time: %{time_total}
while [ true ]; do curl -o /dev/null -s -w "%{time_starttransfer}\n" https://www......./; sleep 15; done
@tvlooy
Copy link
Author

tvlooy commented Apr 8, 2024

curl -s -o /dev/null -w "%{http_code}" http://www.example.org/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment