An open API service indexing awesome lists of open source software.

https://github.com/softonic/jmeter

Jmeter images for kubernetes cluster
https://github.com/softonic/jmeter

jmeter stress-testing

Last synced: 4 months ago
JSON representation

Jmeter images for kubernetes cluster

Awesome Lists containing this project

README

          

# Description
Images to be used with [kubernauts/jmeter-operator](https://github.com/kubernauts/jmeter-operator). This images includes
the plugin manager to allow slaves and master to have the plugins that you need.

# How to build the base image
## Without plugins
```
docker build -t softonic/jmeter-plugin-manager-base:${VERSION} .
```
## With plugins
```
docker build --build-arg PLUGINS=" ..." -t softonic/jmeter-plugin-manager-base:${VERSION} .
```

# How to build master and slave with the plugins from the image base
```
docker build -t softonic/jmeter-plugin-manager-slave:${VERSION} ./slave
docker build -t softonic/jmeter-plugin-manager-master:${VERSION} ./master
```