kubernauts / jmeter-kubernetes

Load testing as a service (LTaaS) with Apache Jmeter on kubernetes
Apache License 2.0
362 stars 249 forks source link

[Q] Passing parameters to jmeter scripts #42

Open AntonioSun opened 2 years ago

AntonioSun commented 2 years ago

Start the load testing by executing start_test.sh script

How to pass command line parameters to jmeter scripts (which makes scripts more flexible and give possibility to run same script with different parameters).

thx!