1
votes

Jmeter average response time is high compared to the load runner for the same test scenario , response time gradually increases for some samplers.

I am using multiple thread groups for different test scenarios. all scenarios are executing successfully but average response time is not accurate(40 secs in Jmeter, 8 secs in load runner and manual execution)

how to fix this issue.

1
What is the heap size that you have configured for JMeter? Are you using standard samplers, assertions, pre/post processors without any custom coding in beanshell or JSR223? - Selva
Heap size is 1GB, HEAP=-Xms1g -Xmx1g , i am using all standard samplers,assertions,pre/post processors. - Kumar

1 Answers

0
votes

I suppose you get all embedded resources in JMeter scenario and does not get them in Load Runner. Could you check this settings?