Docker image for Apache JMeter.
Forked from https://github.com/justb4/docker-jmeter.
jmeter-docker is used to execute JMeter test plans in energy measurement scenarios with the Green Metrics Tool (GMT).
Because GMT executes jmeter during the flow execution (defined in usage_scenario.yml), the container must run all the time. Therefore a different entrypoint is needed.
Custom changes:
- upgrade JMeter version
- change entrypoint: just run the container, don't execute
jmeterimmediately → let GMT executejmeterinside theflow(part ofusage_scenario.yml)
Find images of this repo on Docker Hub. Docker builds/pushes are automatically executed via a GitHub workflow.