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

Load Testing multiple sites on a single VPS. #325

Closed
rjdp opened this issue Aug 21, 2015 · 1 comment
Closed

Load Testing multiple sites on a single VPS. #325

rjdp opened this issue Aug 21, 2015 · 1 comment

Comments

@rjdp
Copy link

rjdp commented Aug 21, 2015

Can we do load testing of multiple sites hosted on a single vps , at once using locust. or do I need to run separate instance of locust for each site.

@vividhsv
Copy link

You can test with single instance of locust.
Pass the complete url in client.request.

self.client.post('http://site1.com/account', name=name, data=data, timeout=TIMEOUT)

and

self.client.post('http://site2.com/account', name=name, data=data, timeout=TIMEOUT)

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

3 participants