JMeter 3.x image with a few Plugins, MSSQL and PostgreSQL JDBC Drivers
50K+
This image provides a JMeter 3.x with plugins, MSSQL and PostgreSQL JDBC Drivers.
Below steps examplify the usage of the image.
Add your jmx files to the image.
FROM gsengun/jmeter3.0:latest
COPY DemoTest.jmx /scripts/DemoTest.jmx
Build the docker image.
docker build -t jmetertest .
Run the test with below command.
docker run jmetertest jmeter -n -t /scripts/DemoTest.jmx -l DemoTest.jtl
Content type
Image
Digest
sha256:9fd163742…
Size
430.3 MB
Last updated
almost 2 years ago
docker pull gsengun/jmeter:5.6.3-2