Created
May 8, 2018 20:31
-
-
Save smithbr/d9f78c010e9612a54ade17b43f43504b to your computer and use it in GitHub Desktop.
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=1;i<=100;i++)); do curl -v --header "Connection: keep-alive" "localhost:8080/user?uuid=52010&model_id=20&attr=0"; sleep 3; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment