Skip to content

Instantly share code, notes, and snippets.

@wookets
Created September 10, 2019 15:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wookets/1a0dd141dd9da550a1e8ae67e58a3960 to your computer and use it in GitHub Desktop.
Save wookets/1a0dd141dd9da550a1e8ae67e58a3960 to your computer and use it in GitHub Desktop.
Curler
url="https://java-appdynamics.domain.com/"
for ((i=1;i<=50;i++)); do
curl -k ${url}
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment