docker-locust icon indicating copy to clipboard operation
docker-locust copied to clipboard

Docker image for both locust master and slave

Results 10 docker-locust issues
Sort by recently updated
recently updated
newest added

This also gets us a newer version of locustio: 0.9.0.

I need to add two more environment variables to the container and hence I want the run.sh file to be updated and for that I am trying to build the...

Add command to run one-off container to readme

Can has new version?

I have started master likes below, but I can't access 8089 yet. [root@localhost ~]# docker run -e LOCUST_MODE=master -e TARGET_URL=http://10.16.16.17 locust-test INFO[0131] POST /v1.19/containers/create INFO[0132] POST /v1.19/containers/35628c7618218236c92d1a35b1e24d6f4509a87ebed178950cddef00cc150a65/attach?stderr=1&stdout=1&stream=1 INFO[0132] POST /v1.19/containers/35628c7618218236c92d1a35b1e24d6f4509a87ebed178950cddef00cc150a65/start...

when I run the docker image with master mode,my other slave docker can not connect to master.But,if I run locust master without your docker image,and I run docker image with...

Added `pyquery` as installation argument to easy_install. This makes working with response-data a lot easier. Example: http://slides.com/jonatanheyman/load-testing-with-locust#/6

Locust will allow authors to override the host by specifying one in the Locust class definition. However, the ability to override this at runtime works only when no hostname has...