Top "Jmeter" questions

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

JMeter setting user defined variable in beanshell not working

I want to overwrite user defined variable in Jmeter in a beanshell. I triead beanshell preprocessor, postprecessor or sample, but …

java jmeter beanshell
Jmeter: How to create an array in bean shell post processor and make it available in other thread groups?

Does anyone knows how to create an array in bean shell post processor and make it available in other thread …

arrays jmeter beanshell post-processing
JMeter - Could not find the TestPlan class

I have a simple flume setup with a HTTP souce and a sink that writes the POST request payload to …

linux jmeter flume
JSR223 Postprocessor to parse json in jmeter

I have used BSF Postprocessor to parse json in one of my jmeter test files. My code is as follow. …

performance jmeter load-testing jsr223
Using nginx to simulate slow response time for testing purposes

I'm developing a facebook canvas application and I want to load-test it. I'm aware of the facebook restriction on automated …

nginx jmeter load-testing
Why "JMeterThread.last_sample_ok" is set to true on assertion failure

The jmeter document says http://jmeter.apache.org/usermanual/component_reference.html#assertions The variable JMeterThread.last_sample_ok is …

load jmeter performance-testing jmeter-plugins
Cannot get JMeter to authenticate against site during recording

I am new to Jmeter and have the following problem. It has wasted a couple of days for me so …

proxy jmeter ntlm intranet
Cannot insert any body in the HTTP request

When I try to enter anything in the body of HTTP Request, when I click anything else, I get: You …

jmeter
Native memory allocation (malloc) failed to allocate 32756 bytes for ChunkPool::allocate

We have a JMeter test which stops in between giving the following error message It runs fine when I run …

jmeter jmeter-3.2
Performance Testing of AJAX calls via JMeter

I am doing performance testing for an application that has AJAX calls. I am able to record the same requests …

ajax jmeter load-testing performance-testing jmeter-plugins