Skip to content

Instantly share code, notes, and snippets.

@jsgao0
Created February 16, 2017 08:19
Show Gist options
  • Save jsgao0/84ef28869fd08a8c212e03f898dc2477 to your computer and use it in GitHub Desktop.
Save jsgao0/84ef28869fd08a8c212e03f898dc2477 to your computer and use it in GitHub Desktop.
Get response time with curl.
# Reference: https://viewsby.wordpress.com/2013/01/07/get-response-time-with-curl/
curl -o /dev/null -s -w %{time_total}\\n 'http://www.google.com'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment