-
Notifications
You must be signed in to change notification settings - Fork 42
installation
OlgaCalderon edited this page Mar 31, 2023
·
3 revisions
This guide helps you install KLoadGen plugin.
By default, the installation process will generate the JMeter plugin JAR file. After cloning the repository, run the following command where the pom.xml
file is located:
mvn clean install -P plugin
or just:
mvn clean install
Once the installation is complete, copy target/kloadgen-<version>.jar
file to the JMETER_HOME/lib/ext
directory.
You are now ready to create a new test plan in JMeter. See the specific sections for details on how to set them:
You can also download a prebuilt version of this plugin from Maven Central.
- Choose the version you want to install.
- Choose the build tool you want to use.
- Copy the corresponding link.
- Paste it into your CLI.
This plugin can also be used automatically as a dependency. Include this code in your pom.xml
file:
<dependency>
<groupId>com.sngular</groupId>
<artifactId>kloadgen</artifactId>
<version>_VERSION_NUMBER_</version>
</dependency>