Skip to content

JMeter as a Docker image

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
LICENSE
Notifications You must be signed in to change notification settings

ardalis/jmeter-docker

 
 

Repository files navigation

This project aims to have a Docker image of JMeter (currently version 4.0, but this is customizable when building).

Installation

git checkout https://github.com/iorga-group/jmeter-docker.git
cd jmeter-docker

Eventually, you can build the docker image this way:

docker-compose build

Usage

In order to build & run without GUI a .jmx JMeter test you can do the following:

./build-and-run.sh ./path/to/my.jmx 01

It will generate the folder run01 containing the rersults (log.csv), the log (jmeter.log) and the report folder (report).

Alternatively, you can run the previously built Docker image this way:

docker run -it --rm -u `id -u` -v "`pwd`:/workdir" iorga-group/jmeter bash

You will be able to use JMeter in the opened terminal

About

JMeter as a Docker image

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
LICENSE

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 73.0%
  • Shell 27.0%