Skip to content

Instantly share code, notes, and snippets.

@cagartner
Created July 6, 2021 14:17
Show Gist options
  • Save cagartner/37e249a1be68246a3772d81455dfe0c9 to your computer and use it in GitHub Desktop.
Save cagartner/37e249a1be68246a3772d81455dfe0c9 to your computer and use it in GitHub Desktop.
Jmeter Magento Benchmark test
jmeter -n -t ./benchmark.jmx -j ./benchmark.log -l ./benchmark-results.jtl \
-Jhost={host} \
-Jbase_path=/ \
-Jadmin_path=admin \
-Jadmin_user={user} \
-Jadmin_password={pass} \
-JfrontendPoolUsers=90 \
-JadminPoolUsers=10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment