Created
November 25, 2022 15:35
-
-
Save artemgordinskiy/0ffaafb334573eb146670b952a05657c to your computer and use it in GitHub Desktop.
Run Apache Benchmark with custom headers/cookies
This file contains 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
ab -l -n 100 -c 10 -H "cookie: tobedippedin=milk;" "https://ddos.me" | |
# -l is for supporting variable length responses | |
# 100 requests in total with concurrency of 10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment