Last active
March 30, 2018 09:21
-
-
Save mrkhoa99/83d6e6dfef1a6275da790f888bb4900e to your computer and use it in GitHub Desktop.
Get response time with curl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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