GoogleCloudPlatform / distributed-load-testing-using-kubernetes

Distributed load testing using Kubernetes on Google Container Engine
http://cloud.google.com/solutions/distributed-load-testing-using-kubernetes
Apache License 2.0
442 stars 259 forks source link

Starting the Jmeter when container launched #10

Open yahavb opened 8 years ago

yahavb commented 8 years ago

Hello - I am trying to find a way to launch a jmeter test plan of jmeter instance. I wish to kick the jmeter right when the container start i.e. bin/jmeter -n -t /test_paln.jmx

I think you did something similar here and I want to know if the ENTRYPOINT notation will launch the jmeter instance. Is that what you included in your run.sh?

ENTRYPOINT ["/locust-tasks/run.sh"]

Thanks!