Top "Jmeter" questions

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

JMeter gives "The target server failed" Error

We use Jmeter to do performance testing. I gave 10 threads(10 users) with ramp up time 60 secs, 4 out 10 users failing to …

jmeter performance-testing
How to execute java class from Jmeter

Is there a way to execute java class from jmeter? I've packaged my class with maven assembly and put it …

java jmeter beanshell
JMeter BeanShell - integer to string

Just trying to convert an integer to a string. vars.put("test", i); I'd like to put the value in …

jmeter beanshell
How can I generate Test result (CSV)file and JTL file in jmeter?

After test run, How can I generate Test result (CSV)file and JTL file in jmeter. Because, this jtl file …

jmeter jmeter-plugins
Postman script to JMeter script

We have several Postman HTTP scripts, We would like to convert it to JMeter scripts, is there a simple conversion …

jmeter postman jmeter-plugins
Which gets the measurements right, JMeter or Apache ab?

I started writing some basic tests in JMeter and was surprised that the measurements are so different from those from …

benchmarking jmeter apachebench
Jmeter deviation vs throughput

can you give some.explanation on how to interpret deviation vs.throughput? Is 1000++ deviation result means a poor performance of …

testing load jmeter throughput deviation
how to set counter of loop inside loop correctly inside jmeter?

I have jmeter flow like this: ThreadGroup --Sampler to get the number of items and store to vars("numItem",XYZ) …

loops jmeter load-testing
Testing JSF application with JMeter - ViewState issue

All day I try to run JMeter tests of my JSF application. I am aware of ViewState, but it seemed …

java jsf viewstate jmeter load-testing