Skip to content

Instantly share code, notes, and snippets.

@renshuki
Created February 28, 2020 01:51
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 renshuki/3525d1af5fc4b920fda8c83278ef9faa to your computer and use it in GitHub Desktop.
Save renshuki/3525d1af5fc4b920fda8c83278ef9faa to your computer and use it in GitHub Desktop.
How to retrieve latency of a cURL command
curl -o /dev/null -s -w 'Establish Connection: %{time_connect}s\nTTFB: %{time_starttransfer}s\nTotal: %{time_total}s\n'  https://your_endpoint_url:port
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment