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

Concurrent requests not working in Siege - Http stress testing #205

Closed
SaeedArisha opened this issue Feb 8, 2022 · 1 comment
Closed

Comments

@SaeedArisha
Copy link

I'm testing an app located in a AWS EC2 instance via a POST request. I'm posting an image with the url in the form of a json string by converting it to base64. All the settings are in place. The problem is that even though I'm sending 10 concurrent requests by using the -c parameter only the first request gets processed and the Siege stress test stops.
JcoMy

This is the code I'm using
siege -c10 -r11 --content-type "application/json" -g 'http://www.hello.com POST {"img": "test", fname: "img.jpg"}'

@JoeDog
Copy link
Owner

JoeDog commented Feb 8, 2022 via email

@JoeDog JoeDog closed this as completed Jul 31, 2022
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

2 participants