microservices-demo / load-test

A load-test script & container for Sock Shop
Apache License 2.0
50 stars 137 forks source link

Load test is looking for edge router #11

Closed abuehrle closed 7 years ago

abuehrle commented 7 years ago

Installing on bare metal server, and try to run the loadtest with the following:

docker run -ti --rm --name=LOAD_TEST weaveworksdemos/load-test -h edge-router -r 100 -c 2 host IP: node-port

returns: Locust file: /config/locustfile.py edge-router is not accessible

vlal-zz commented 7 years ago

@abuehrle is the edge-router running? could add a -d <secs> to the arguments to introduce a delay?

abuehrle commented 7 years ago

It wasn't working in a prior version of the sockshop, but I downloaded a newer version and it seems to be working. Is there a way to see what version of the sockshop I am running, btw?

nustiueudinastea commented 7 years ago

@abuehrle unfortunately there is no version for the whole Sock Shop. At the moment you can only see the versions of the individual containers that make up the whole application. Will close since this is not an issue anymore.