jmeter_tornado job from jmeter-tornado/2.1.1
Github source:
51656f8
or
master branch
Properties¶
jvm
¶
maxTenuringThreshold
¶JAVA Max Tenuring Threshold
- Default
2
xms
¶Xms value passed
- Default
512m
xmx
¶Xmx value passed
- Default
512m
raw_jmx_plan
¶
The JMeter test plan. Generate it using JMeter GUI. This is the contents of the .jmx file. Either specify this field or use the wizard option.
record_result
¶
Not recommended. Set to true if you want to record the execution plan results. Warning: logs can grow in size very quickly, resulting in full disk.
- Default
false
wizard
¶
configuration
¶
gaussian_random_timer
¶
constant_delay_offset
¶Number of milliseconds to pause in addition to the random delay
- Default
-1
deviation
¶Deviation in milliseconds.
- Default
-1
ramp_time
¶Test ramp up time
simple_delay
¶Delay introduced between http requests, in milliseconds
- Default
-1
users
¶Number of threads JMeter will use to execute your test, per job instance.
targets
¶List of targets to hits
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/jmeter_tornado/
directory
(learn more).
bin/ctl
(fromctl.erb
)config/raw_test_plan.jmx
(fromraw_test_plan.jmx.erb
)config/settings.json
(fromsettings.json.erb
)config/validation.txt
(fromvalidation.txt.erb
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.