Skip to content

Instantly share code, notes, and snippets.

@LuisValdesZero
Created January 20, 2024 16:49
Show Gist options
  • Save LuisValdesZero/48a4e68293f07e1000250b95acd3b70f to your computer and use it in GitHub Desktop.
Save LuisValdesZero/48a4e68293f07e1000250b95acd3b70f to your computer and use it in GitHub Desktop.
jmeter
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