Google News
logo
JMeter - Interview Questions
Explain how you can reduce the resource requirement in JMeter?
To reduce the resource requirements in JMeter

* Use non-GUI mode: jmeter –n –t test.jmx –l test.jtl
* During the load, a test doesn’t use “view results tree” or “view results in table” listeners, use them only during the scripting phase
* Don’t use functional mode
* Instead of using lots of similar samplers, use the same sampler in a loop and use the variable to vary the sample
Advertisement