Skip to content

Commit

Permalink
Improving documentation for jMeter performance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanvaughn authored and Jonathan Vaughn committed Jan 13, 2015
1 parent b9b410c commit d192d09
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion dev/tools/performance-toolkit/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ to:
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.

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

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

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

Expand Down

0 comments on commit d192d09

Please sign in to comment.