Skip to content

Instantly share code, notes, and snippets.

@RShergold
Created January 19, 2017 10:53
Show Gist options
  • Save RShergold/d7456c62a94cae59a5decd0b86a24d7e to your computer and use it in GitHub Desktop.
Save RShergold/d7456c62a94cae59a5decd0b86a24d7e to your computer and use it in GitHub Desktop.
bash - test url response time
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