Running jmeter in pause mode from command line

I have a test plan in JMeter using some timers.

In some situations I would like to execute a test plan from the command line with all timers disabled (just like with the "Start without pause" menu option), is it possible to use this option from the command line?

+3


source to share


1 answer


This is not possible by jmeter 2.13. You must open an extension request.

A possible way to do this is to force the timers to use the property as a pause and pass it as a command line property with:

-JmyPauseProperty = 0



Edit May 10, 2015:

You've created a bugzilla enhancement:

+1


source







All Articles