Skip to content

Instantly share code, notes, and snippets.

@bashizip
Created September 24, 2024 01:59
Show Gist options
  • Save bashizip/daf9f289e2b9b03f896abf15bdb908c9 to your computer and use it in GitHub Desktop.
Save bashizip/daf9f289e2b9b03f896abf15bdb908c9 to your computer and use it in GitHub Desktop.
generate_traffic with curl
timeout 120 bash -c -- 'while true; do curl localhost; sleep $((RANDOM % 4)) ; done'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment