Skip to content

Commit

Permalink
Develop wiki - Installation (#202)
Browse files Browse the repository at this point in the history
* First pages for wiki

* _Sidebar update

* Comments deleted from files

* Architecture file updated

* New installation page
  • Loading branch information
esthertrigo authored Apr 1, 2022
1 parent 8a1e358 commit daa07f9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Installation as a JMeter library

By default, the installation process will generate the JMeter plugin jar file. After cloning the repository, run the following command:

```bash
mvn clean install -P plugin
```
or just:

```bash
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:

- [Producer configuration](producer-configuration.md#kafka-producer-sampler-configuration)
- [Consumer configuration](producer-configuration.md#kafka-consumer-sampler-configuration)

0 comments on commit daa07f9

Please sign in to comment.