Skip to content

Instantly share code, notes, and snippets.

@mrkhoa99
Last active March 30, 2018 09:21
Show Gist options
  • Save mrkhoa99/83d6e6dfef1a6275da790f888bb4900e to your computer and use it in GitHub Desktop.
Save mrkhoa99/83d6e6dfef1a6275da790f888bb4900e to your computer and use it in GitHub Desktop.
Get response time with curl
curl -o /dev/null -s -w {time_connect}:%{time_starttransfer}:%{time_total}\\n <api_url>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment