Skip to content

Instantly share code, notes, and snippets.

@artemgordinskiy
Created November 25, 2022 15:35
Show Gist options
  • Save artemgordinskiy/0ffaafb334573eb146670b952a05657c to your computer and use it in GitHub Desktop.
Save artemgordinskiy/0ffaafb334573eb146670b952a05657c to your computer and use it in GitHub Desktop.
Run Apache Benchmark with custom headers/cookies
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