Relative Content

Tag Archive for jmeter

JMeter script execution no completing even after timeout

I am executing JMeter script in AWS EC2 instance for 4000 virtual users with 60 Secs as RampUp. I have added few Requests inside the Runtime Controller and have given 20 Mins as timeout for Runtime Controller. I am running in the EC2 machine which is of 248GB. I noticed the execution will not complete even after the timeout. I noticed few virtual users have logged out or completed the execution. But for few the execution is not completing. Also, I don’t see the updates in the console. I am using the below command to execute,
JVM_ARGS=”-Xms1g -Xmx200g” ./jmeter -n -t Load-Test-01.jmx -l TestResults4000UsersMachine1.csv

Jmeter variables change value when leaving If Controller

I have a loop controller with an If controller inside of it. The if controller triggers on certain loop iterations to update a Jmeter variable (SystemId). The If controller and groovy script seem to work correctly, however, outside of the if controller the Jmeter variable (SystemId) seems to reset to the value before the If controller executed?