You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
FrenchBen
pushed a commit
to FrenchBen/distributed-load-testing-using-kubernetes
that referenced
this issue
Apr 4, 2018
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!
The text was updated successfully, but these errors were encountered: