Top "Jmeter" questions

Apache JMeter is an open source Java application, designed to load-test functional behavior and measure performance.

Jmeter variable from response

Is it posible to bind to a variable value from response and then pass it as parameter to other http …

java jmeter
How to measure CPU and memory during load test

We are using JMeter in a heterogeneous environment and we would like to measure CPU and memory while we are …

java testing jmeter load-testing webapplicationstresstool
Can we run two thread groups parallely in a single test plan in Jmeter?

can we run two thread groups parallel by creating a single test plan in Jmeter ?? Example: I have to add 2 …

testing jmeter performance-testing
Apache JMeter - listener results interpretation

I use JMeter to test my webapp application, I have aggregate graph with some score values, but I actually don't …

jmeter
JMeter 4 - can't execute jmeter-server in windows 7

I download latest JMeter 4, As part of Remote Testing To run JMeter in remote node, start the JMeter server component …

jmeter keystore master-slave jmeter-4.0 distributed-testing
JMeter Proxy exclusion patterns still being recorded

I am using JMeter to record traffic in my browser. In my URL Patterns to Exclude are: .*\.jpg, .*\.js, .*\.png …

regex jmeter
Variable input for JMeter Load testing?

I need to load test a service I've developed but I need the data that I post to the web …

jmeter load-testing
JMeter - Can I combine 2 user variables into one?

I was wondering if you are able to combine two user variables into one. For example I have one user …

java apache jmeter user-variables
How to send dynamic URL parameter with JMeter

I want to send URL (PATH) as /controller_1/1/ /controller_2/2/start But the parameter #2 of controller_2 is dynamic. How to send …

jmeter load-testing
Start Time and End Time in JMeter Scheduler

I am working on JMeter version 2.5.1 and I want to set up a Scheduler for my Thread Group. I set …

java testing jmeter stress-testing