Skip to content

Commit d192d09

Browse files
jonathanvaughnJonathan Vaughn
authored and
Jonathan Vaughn
committed
Improving documentation for jMeter performance tests
1 parent b9b410c commit d192d09

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

dev/tools/performance-toolkit/README.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ to:
2424
Attempting to run with Performance Metrics Collector enabled without appropriately configuring it will result in a timeout error connecting to the collector and the test not running.
2525

2626
1. Run via console
27-
Scenario can accept 5 parameters that are described bellow in format <parameter_name:default_value>:
27+
Scenario can accept parameters that are described bellow in format <parameter_name:default_value>:
2828

2929
<host:''> URL component 'host' of application being tested (URL or IP).
3030
<base_path:'/'> Base path for tested site.
@@ -35,6 +35,15 @@ Scenario can accept 5 parameters that are described bellow in format <parameter_
3535
<admin_path:backend/> Admin backend path. Default is backend.
3636
<admin_user:admin/> Admin backend user. Default is admin.
3737
<admin_password:123123q/> Admin backend password. Default is 123123q.
38+
<view_product_add_to_cart_percent:62/> Percentage of users that will only reach the add to cart stage. Default is 62.
39+
<view_catalog_percent:30/> Percentage of users that will only reach the view catalog stage. Default is 30.
40+
<guest_checkout_percent:4/> Percentage of users that will reach the guest checkout stage. Default is 4.
41+
<customer_checkout_percent:4/> Percentage of users that will reach the (logged-in) customer checkout stage. Default is 4.
42+
<loops:1/> Number of loops to run. Default is 1.
43+
<jmeter_agent_port:3450/> jMeter agent port. Default is 3450.
44+
<db_server_ip:10.62.51.150/> DB Server IP (for jMeter Performance Metrics). Default is 10.62.51.150.
45+
<web_server_1_ip:10.62.51.185/> Web Server 1 IP (for jMeter Performance Metrics). Default is 10.62.51.185.
46+
<web_server_2_ip:10.62.51.186/> Web Server 2 IP (for jMeter Performance Metrics). Default is 10.62.51.186.
3847

3948
All parameters must be passed to command line with "J" prefix: "-J<parameter_name>=<parameter_value>"
4049

0 commit comments

Comments
 (0)