In 03/04/2008, nsyed777 <[EMAIL PROTECTED]> wrote: > > Hi, > I am newbie so please forgive silly question here. I am trying figure out > how to use throttling but nothing seem to work. I tried using switch and > throughput controller, i even tried transation controller but i haven't > figure it out this yet.
You need the: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Constant_Throughput_Timer The Throughput Controller is badly named - it does not control throughout at all. > Here is scenario, in my test plan i have multiple > thread groups which have many 6 SOAP requests. All i want to do is for the > first thread group, use 10 threads sending 10 requests per min. Then start > the next thread group and use 20 threads using 20 requests/min. Below is the > Scenario > Thread Group 1: 10 requests/min for 10 mins using 10 threads, total > requests= 1000 > Thread Group 2: 20 requests/min for 10 mins using 10 threads, total > requests= 2000 > Thread Group 3: 30 requests/min for 10 mins using 10 threads.... > and so on.. > Grand Total = 20,000 > I have total of 20, 000 records that i need to send in my requests within 1 > hr. How can use throttling to achieve this because i end up sending the > reuests too fast. Thanks > > -- > View this message in context: > http://www.nabble.com/Throttling-Question-tp16473970p16473970.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]

