Created
January 19, 2017 10:53
-
-
Save RShergold/d7456c62a94cae59a5decd0b86a24d7e to your computer and use it in GitHub Desktop.
bash - test url response time
This file contains 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
for i in {1..30};do curl -s -w "%{time_total}\n" -o /dev/null http://example.com; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment