jmeter-kubernetes icon indicating copy to clipboard operation
jmeter-kubernetes copied to clipboard

Load testing as a service (LTaaS) with Apache Jmeter on kubernetes

Results 22 jmeter-kubernetes issues
Sort by recently updated
recently updated
newest added

Hi, i need help to run kubernauts pods on Apple M1 Arm64, when i check with _k get -n kubernauts pod_ i have all pods in CrashLoopBackOff. How i can...

> Start the load testing by executing start_test.sh script How to pass command line parameters to jmeter scripts (which makes scripts more flexible and give possibility to run same script...

When the following command is executed ```bash ./dashboard.sh ``` I get the error > Error: unknown shorthand flag: 'e' in -execute > See 'influx -h' for help > command terminated...

I'm happy to do it myself and submit a pull request

Error when I run jmx scritp: ``` ./load_test script.jmx Creating summariser Created the tree successfully using script.jmx Configuring remote engine: 10.96.112.219 error during JRMP connection establishment; nested exception is: java.net.SocketException:...

Update the package to be run in GKE start_test.sh command is called differently. See its help file and README. Removed the original jmeter pdf reporter (takes ~40s to generate a...

Influxdb pull lasted version (is 2.x) then an error occurred running _./dashboard_: ``` "Error: unknown shorthand flag: 'e' in -execute See 'influx -h' for help" ``` The downgrade was successful.

I have been trying to implement jmeter in kubernetes with webdriver/selenium. I am new jmeter, can you please provide some guidance to implement this integration.

Dockerfile fail at below step: https://github.com/kubernauts/jmeter-kubernetes/blob/master/Dockerfile-reporter#L10 Error: ---> 6d935b41319b Step 7/9 : RUN PACKAGES="wget libswitch-perl" && apt-get update && apt-get install -y -qq $PACKAGES --no-install-recommends && wget -qO- http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz |tar...