Top "Locust" questions

Locust is a Python based load testing framework (http://locust.

Way to use locust.io by supplying user list

I need to stress-test a system and http://locust.io seems like the best way to go about this. However, …

stress-testing locust
Locust : How to make locust run for a specific amount of time

official locustio documentation tells about how to write simple locust tasks which run indefinitely. Couldn't find out how to run …

python load-testing locust
In locust How to get a response from one task and pass it to other task

I have started using Locust to do performance test. I want to fire two post request to two different end …

python locust
Locust passing headers

Is it possible to have Locust pass a header command with a secure token to load test an API? I …

header token locust
how to pass custom parameters to a locust test class?

I'm currently passing custom parameters to my load test using environment variables. For example, my test class looks like this: …

locust
Locust.io Heavy Load Testing

Are there limits to the number of users locust.io can support in a "swarm"? Where is the documentation on …

load-testing locust
Where can I find locust logs?

I'm using locust to stress test our app. I'm getting errors because the POST call seems incorrect. Where can I …

logging locust
Locust.io: Controlling the request per second parameter

I have been trying to load test my API server using Locust.io on EC2 compute optimized instances. It provides …

amazon-web-services load-testing stress-testing locust
Proper POST file upload (load testing with Locust)

I'm trying to make a load test for Django-based website. I use Locust 0.7.3 and python 2.7.10 Here I make POST - …

python django locust
How to write Locust result of test api to file

I invoke the test through API, locust -f locustfile.py --host=http://localhost --no-web --hatch-rate=20 --clients=10000 and got a result …

python python-2.7 locust