Skip to content

Instantly share code, notes, and snippets.

@martin-g
Created May 11, 2020 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martin-g/e661f96b22ab11d0d2b24430407b66d9 to your computer and use it in GitHub Desktop.
Save martin-g/e661f96b22ab11d0d2b24430407b66d9 to your computer and use it in GitHub Desktop.
jmeter.sh \
--testfile JMeter_plan.jmx \
--logfile $RESULTS_FILE \
--reportoutputfolder $RESULTS_FOLDER \
--reportatendofloadtests \
--nongui \
--forceDeleteResultFile \
--jmeterproperty httpclient4.validate_after_inactivity=4900 \
--jmeterproperty httpclient4.time_to_live=120000 \
-Jhost=$JMETER_HOST \
-Jport=$JMETER_PORT \
-Jprotocol=$JMETER_PROTOCOL \
-JresourceFolder=$JMETER_RESOURCE_FOLDER \
-Jusers=1000 \
-JrampUpSecs=5 \
-Jloops=10 \
-JrequestPath=/testbed/memcached
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment