Skip to content

Tag: jmeter

Jmeter Injector Heap size

We have a jmeter injector box which uses 32GB heap size for jmeter jvm. When running load tests we noticed a big dip in injecting load when GC activity happens. Anyone experienced this before? Which GC algorithm we can use here?? Answer Most probably you’re seeing so called Stop-The-World There are garb…

redirecting thread group in every x sec in jmeter

I have a requirement where I need to check in If controller of Jmeter whether the elapsed time is greater than x seconds. For that, I created a timer from this post using System.CurrentTimeMillis and put it in a preProcessor But when I am running jmeter test plan, it is looping within timer and logging every …

How to parse ISO-8859-1 encoded Form Data in Parameters in Jmeter?

I am using Jmeter for recording my Application. I used Recording Controller template in Jmeter. When I tried to execute my script, I am getting an error message as Response code:400 & Response message:Bad Request. Could someone please help me how to read ‘Form Data’ in Request body? I have tri…