Created
June 28, 2018 15:46
-
-
Save changkun/e5012a5b7ddc4722ba2adeeef69887cc to your computer and use it in GitHub Desktop.
Zero downtime checking
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
while true; do curl -o /dev/null -sw "%{http_code}\n" https://labex.io; sleep .5; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment