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

Can I use locust for live streaming load testing #434

Closed
nitinEd opened this issue Jun 21, 2016 · 1 comment
Closed

Can I use locust for live streaming load testing #434

nitinEd opened this issue Jun 21, 2016 · 1 comment

Comments

@nitinEd
Copy link

nitinEd commented Jun 21, 2016

We are trying to do load test on our live streaming feature which is backed by IRIS. I tried with Jmeter but didn't succeed. Is there any way i can do this with Locust. Hope it work

@heyman
Copy link
Member

heyman commented Oct 7, 2016

Locust is currently tailored to testing systems that uses a Request <-> Response approach, which might not fit well with streaming things. If you can somehow get it to fit into that model, it's possible to write custom clients for Locust. See: http://docs.locust.io/en/latest/testing-other-systems.html

@heyman heyman closed this as completed Oct 7, 2016
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