microservices-demo / load-test

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

Error when running load test #24

Closed thesuhas closed 1 year ago

thesuhas commented 1 year ago

Hi I am encountering this error when I am running the load-test container. standard_init_linux.go:228: exec user process caused: no such file or directory

The command I am running: docker run --rm --net=host weaveworksdemos/load-test -h localhost -r 1000 -c 5

This started after I ran docker system prune -a -f to clean up space on my VM that docker was using. Some details regarding my environment: image

thesuhas commented 1 year ago

Fixed by deleting everything and re-installing