Skip to content

Instantly share code, notes, and snippets.

@smithbr
Created May 8, 2018 20:31
Show Gist options
  • Save smithbr/d9f78c010e9612a54ade17b43f43504b to your computer and use it in GitHub Desktop.
Save smithbr/d9f78c010e9612a54ade17b43f43504b to your computer and use it in GitHub Desktop.
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