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.
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 withIf 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.