Created
July 6, 2021 14:17
-
-
Save cagartner/37e249a1be68246a3772d81455dfe0c9 to your computer and use it in GitHub Desktop.
Jmeter Magento Benchmark test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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