Created
January 20, 2024 16:49
-
-
Save LuisValdesZero/48a4e68293f07e1000250b95acd3b70f to your computer and use it in GitHub Desktop.
jmeter
This file contains hidden or 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 /app/benchmark.jmx \ | |
-l /app/jmeter.log \ | |
-Jhost=magento.aminovate.com \ | |
-Jrequest_protocol=https \ | |
-Jadmin_password=Urubu#2024#7e43d4daee7e \ | |
-Jbase_path=/ \ | |
-JfrontendPoolUsers=50 \ | |
-JaddToCartByGuestPercentage=80 \ | |
-JaddToCartByCustomerPercentage=20 \ | |
-JadminPoolUsers=50 \ | |
-JbrowseProductGridPercentage=100 \ | |
-JgraphQLPoolUsers=50 \ | |
-Jloops=50 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment