You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev/tools/performance-toolkit/README.txt
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,24 @@ Performance Toolkit
4
4
Installation
5
5
-----------
6
6
jMeter:
7
-
-- go to http://jmeter.apache.org/download_jmeter.cgi and download jMeter in Source section (pay you attention that Java 6 or later is required)
7
+
-- go to http://jmeter.apache.org/download_jmeter.cgi and download jMeter in Binary section (pay you attention that Java 6 or later is required)
8
8
-- unzip archive
9
9
10
10
Plugins (only if you want to use additional reports (like graphs)):
11
11
-- go to http://jmeter-plugins.org/downloads/all/ and download JMeterPlugins-Standard and JMeterPlugins-Extras
12
12
-- unzip them to appropriate ext directory of your jMeter instance.
13
+
-- additional reports can now be enabled via GUI (right click them, then click Enable) or editing the jMeter JMX XML (set 'enabled="true"').
13
14
14
15
15
16
Usage
16
17
-----------
18
+
Before running the jMeter tests for the first time, you will need to first use generate.php to generate the test data.
19
+
20
+
If you do not wish to use performance metrics gathered from the server(s) (such as CPU / IO load), or do not wish to configure the jMeter metric gathering software on your server(s), you can disable that either via the GUI (right click on "Performance Metrics Collector" and click Disable) or by editing the jMeter JMX XML from:
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.
17
25
18
26
1. Run via console
19
27
Scenario can accept 5 parameters that are described bellow in format <parameter_name:default_value>:
@@ -24,6 +32,9 @@ Scenario can accept 5 parameters that are described bellow in format <parameter_
24
32
<ramp_period:300> Ramp period (seconds). Period the request will be distributed within.
25
33
<orders:0> Number of orders in the period specified in the current allocation. If <orders> is specified, the <users> parameter will be recalculated.
26
34
<report_save_path:./> Path where reports will be saved. Reports will be saved in current working directory by default.
35
+
<admin_path:backend/> Admin backend path. Default is backend.
36
+
<admin_user:admin/> Admin backend user. Default is admin.
37
+
<admin_password:123123q/> Admin backend password. Default is 123123q.
27
38
28
39
All parameters must be passed to command line with "J" prefix: "-J<parameter_name>=<parameter_value>"
0 commit comments