Created
September 24, 2024 01:59
-
-
Save bashizip/daf9f289e2b9b03f896abf15bdb908c9 to your computer and use it in GitHub Desktop.
generate_traffic with curl
This file contains hidden or 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
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