Hi Sebb. Could you get a little deeper. Where should I find this file. probably a 2-3 steps would be awesome from your part.
Pleaseee.. thanks. Krishnakanth sebb-2-2 wrote: > > 2008/12/11 Krishnakanth <[email protected]>: >> >> If there are few thread groups in a Jmeter test plan and if we want to >> pass >> the number of threads (users), >> Ramp up time as parameters from command prompt in the below mentioned >> way. >> Does this work? >> >> To specify 1 user per user group for 5 groups (total 5 users), ramp up in >> 1 >> second, >> and 25 loops each group iterates over the same operation set: >> >> ./bin/jmeter.lucene -t MyWebPerfScenario.jmx \\ >> -Jgroup1.threads=1 -Jgroup1.loops=25 -Jgroup1.rampup=1 \\ >> -Jgroup2.threads=1 -Jgroup2.loops=25 -Jgroup2.rampup=1 \\ >> -Jgroup3.threads=1 -Jgroup3.loops=25 -Jgroup3.rampup=1 \\ >> -Jgroup4.threads=1 -Jgroup4.loops=25 -Jgroup4.rampup=1 \\ >> -Jgroup5.threads=1 -Jgroup5.loops=25 -Jgroup5.rampup=1 >> I tried it, but its not taking the parameters. Do we have to make some >> changes in the Jmeter.properties file to do so? >> > > No, but you do need to refer to the properties in the appropriate > thread group GUI fields. > > For example, in the Ramp-up field, use ${__P(group1.rampup)} etc. > > >> -- >> View this message in context: >> http://www.nabble.com/passing-Number-of-threads-from-command-prompt-tp20952721p20952721.html >> Sent from the JMeter - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://www.nabble.com/passing-Number-of-threads-from-command-prompt-tp20952721p20970476.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

