Skip to content

Instantly share code, notes, and snippets.

@robsonalves
Created April 13, 2020 17:33
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 robsonalves/d5828239ab83f6849c1fb77c99e091af to your computer and use it in GitHub Desktop.
Save robsonalves/d5828239ab83f6849c1fb77c99e091af to your computer and use it in GitHub Desktop.
CURL to Mensure ResponseTime
curl 'https://{{YOUR_WEB_SITE}}/' -H 'Accept-Encoding: gzip, deflate, sdch' -H 'Accept-Language: en-US,en;q=0.8,ja;q=0.6' -H 'Upgrade-Insecure-Requests: 1' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.86 Safari/537.36' -H 'Connection: keep-alive' --compressed -s -o /dev/null -w "%{time_starttransfer}\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment