Docker image for JMeter (non-gui client) running Minimal Alpine Linux or Ubuntu
10K+
Docker image for JMeter (non-gui client) running Minimal Alpine Linux or Ubuntu. Make sure to open port 1099.
Configure the following variables:
On JMeter Client machine, you need to provide the full path for the test directory. It will be mapped to /load_tests/$TEST_DIR inside the container.
$ docker run \
--detach \
--publish 1099:1099 \
--volume $FULL_PATH_OF_TEST_DIR:/load_tests/$TEST_DIR \
--env TEST_DIR=$TEST_DIR \
--env TEST_PLAN=$TEST_PLAN \
--env IP=$IP \
--env REMOTE_HOSTS=$REMOTE_HOSTS \
hhcordero/docker-jmeter-client
Result will be saved as /load_tests/$TEST_DIR/$TEST_PLAN.jtl file. Download the result using scp.
Dockerized JMeter - A Distributed Load Testing Workflow
This is a shell script that make use of Docker Machine to provision VM. Currently supported clouds are:
Content type
Image
Digest
sha256:6e506e289…
Size
137.7 MB
Last updated
almost 11 years ago
docker pull hhcordero/docker-jmeter-client