Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
krausyd opened this issue Nov 14, 2023 · 0 comments
Open

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

krausyd opened this issue Nov 14, 2023 · 0 comments

Comments

@krausyd
Copy link

krausyd commented Nov 14, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant