Files
robot-shop/load-gen
2019-09-08 14:32:11 +02:00
..
2019-09-08 14:32:11 +02:00
2018-02-06 16:08:29 -05:00
2019-02-11 16:18:15 +00:00
2019-03-22 12:24:28 +00:00
2019-09-08 14:32:11 +02:00
2019-09-08 14:32:11 +02:00
2019-03-04 12:52:55 +00:00
2019-09-05 15:56:38 +02:00

Load Generation

This is deliberately not part of docker-compose.yaml to give the option of running the sample application without load.

$ ./build.sh <push>

Will build with image and optionally push it.

$ ./load-gen.sh

Runs the load generation script against the application started with docker-compose up

Alternatively, you can run the Container from Dockerhub directly on one of the nodes having access to the web node:

docker run -e 'HOST=$webnodeIP:8080' -e 'NUM_CLIENTS=3' -d --rm --name="loadgen" robotshop/rs-load

To Do

Kubernetes deployment