Hi, One more approach is to focus on controlling the throughput generated by your test, instead of changing the number of threads. Have a larger number of threads, available, within safe limits of the machine's resources - of course - and control the throughput generated by the test using timers (including the constant throughput timer).
Cheers, Adrian S On Mon, Dec 22, 2014 at 3:56 PM, Flavio Cysne <[email protected]> wrote: > Take a look at my blog http://flaviocysne.blogspot.com . there's an > example > of to achieve dynamics loading with JMeter. As sebb said you could use > BeanShell server to chance properties values and togheter with BeanShell > Sampler make it a powerful feature. > > You could also use the Jmeter-Plugins listener that controles throughput, > the throughput shape listener, and vary its target throughput to achieve > your requirements. > Em 22/12/2014 06:54, "mahesh bhasme" <[email protected]> escreveu: > > > Hi, > > > > I am new to jmeter and using jmeter for load testing. Through jmeter we > are > > verifying maximum concurrent session for our web product. Here while > > running load test ,we want to control threads as per user input in run > > time. As there any way to do this in jmeter feature or plugin? > > > > Thanks for help > > > > -- > > Thanks, > > MAhesh > > >
