Sign inSign up

gsengun/jmeter

By gsengun

Updated almost 2 years ago

JMeter 3.x image with a few Plugins, MSSQL and PostgreSQL JDBC Drivers

Image
0

50K+

gsengun/jmeter repository overview

This image provides a JMeter 3.x with plugins, MSSQL and PostgreSQL JDBC Drivers.

Below steps examplify the usage of the image.

  1. Add your jmx files to the image.

    FROM gsengun/jmeter3.0:latest
    
    COPY DemoTest.jmx /scripts/DemoTest.jmx
    
  2. Build the docker image.

    docker build -t jmetertest .
    
  3. Run the test with below command.

    docker run jmetertest jmeter -n -t /scripts/DemoTest.jmx -l DemoTest.jtl
    

Tag summary

Content type

Image

Digest

sha256:9fd163742

Size

430.3 MB

Last updated

almost 2 years ago

docker pull gsengun/jmeter:5.6.3-2