-
Apache JMeter : an application designed to load test functional behavior and measure performance - https://jmeter.apache.org
-
JMeter Plugins : an independent set of plugins - https://jmeter-plugins.org
-
The version number is composed of two version numbers
- the first is the version of the Apache JMeter embedded in this container image
- the second is for this container image itself
For a Docker image containing only Apache JMeter, see *** https://hub.docker.com/r/justb4/jmeter/)
- The following steps are for using Podman network if you want to bind the container to the preferred network interface like enp1 or eth1.
- run "sudo podman network create -d macvlan -o parent=[Preferred Network Interface] vodnetwork"
- run "sudo /usr/libexec/cni/dhcp daemon" on the other console or terminal
- Edit vod-run.sh for "sudo podman run --rm --name ${NAME} --network vodnetwork -i -v ${PWD}:${PWD} -w ${PWD} ${IMAGE} $@"
- run ./vod-test.sh
Thanks to https://github.com/egaillardon/jmeter-plugins and https://github.com/justb4/docker-jmeter for providing the Dockerfiles that inspired me.
