shekyan / slowhttptest

Application Layer DoS attack simulator
Apache License 2.0
1.51k stars 303 forks source link

Cancelled if I try to set more than 10K requests. #87

Open krausyd opened 1 year ago

krausyd commented 1 year ago

I am running an Slow Body test: slowhttptest -c 65539 -B -g -o slowloris_test_slow-msg-body -i 110 -r 200 -s 8192 -t FAKEVERB -x 10 -p 3 -u xxxxxxxxxx -l 500 This command fails with

Tue Nov 14 13:05:28 2023:
Test ended on 0th second
Exit status: Cancelled by user
CSV report saved to slowloris_test_slow-msg-body.csv
HTML report saved to slowloris_test_slow-msg-body.html

If I run with 10K, it succeeds (slowhttptest -c 10000 -B -g -o slowloris_test_slow-msg-body -i 110 -r 200 -s 8192 -t FAKEVERB -x 10 -p 3 -u xxxxxxxxxx -l 500) but it ends before the 500 seconds when hitting the 10K connections.