mobomo/jmeter

Name: jmeter

Owner: mobomo

Description: JMeter docker image run headless ( jenkins controlled ) or GUI .

Forked from: ephisr/jmeter

Created: 2018-04-11 23:17:18.0

Updated: 2018-04-11 23:25:50.0

Pushed: 2018-04-11 23:25:48.0

Homepage:

Size: 6

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

JMeter container

Instructions added by Mobomo

must be on a linux system. Running the following command will launch the GUI in X11. Any tests you have should be put into the /tests folder. That is shared the the host

er-compose up

Tada!

Jenkins to run JMeter headless (k8s):

https://github.com/qazynx/jmeter/tree/master/yaml

JMeter GUI via docker run :

docker run -ti –rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix mimi50/jmeter

Shell into JMeter container:

docker run -it –rm –name jmeter mimi50/jmeter /bin/bash


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.