copy flood-jmeter-5.1.1.jar to the JMeter extensions directory (i.e. $JMETER_HOME/lib/ext)
Agent Configuration
The minimal configuration is:
Linux & Mac
Windows
1
tools:
2
jmeter:
3
jmeter_home: /path/to/jmeter
Copied!
1
tools:
2
jmeter:
3
jmeter_home: C:\Path\To\Jmeter
Copied!
If required, you can add custom JMeter and JVM parameters:
1
tools:
2
jmeter:
3
jmeter_home: ~/tmp/jmeter
4
jvm_args: |
5
-Xms512m
6
jmeter_params: |
7
-Jtesting=true
8
​
Copied!
Using Docker (linux & macOS only)
For JMeter (and all supported tools) - there is the option to use our actual Flood Docker image if you do not wish to setup a local native tool binary install. Simply use the following properties in your config.yaml to let Flood know that you wish to use Flood's docker container for the respective load test tool instead of your own.