Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anthonygauthier/docker-jmeter-all-plugins

Docker image which installs all JMeter Plugins as well as setting up JMeter for containerized use.
https://github.com/anthonygauthier/docker-jmeter-all-plugins

cd ci continuous-delivery continuous-integration docker jmeter jmeter-plugins performance performance-testing

Last synced: 19 days ago
JSON representation

Docker image which installs all JMeter Plugins as well as setting up JMeter for containerized use.

Awesome Lists containing this project

README

        

# Docker-jmeter-all-plugins
## Quick info
Based on the OpenJDK/jre-9 image. This image installs JMeter, installs all the plugins and add environment variables. This is especially useful in a CI/CD context where performance/load testing is done within the pipeline.

Versions can easily be changed via the following variables :

```
JMETER_VERSION
JMETER_PMANAGER_VERSION
CMDRUNNER_VERSION
```

Current versions :

| Component | Version |
|-----------|:----------------:|
| JMeter | 4.0 |
|JMeter PluginsManager | 1.2 |
|CMDRunner | 2.2 |

## Contributing
For any issues, suggestions simply create an issue on this repository. To contribute, fork away and make a pull request! :-)