On 25 November 2010 13:24, Ivan Rodriguez <[email protected]> wrote: > Hi! > > I've made a script in witch all requests sent are grouped by Transaction > Controllers. > Each Transaction Controller represents an user "click". > > Now I need to controll the amount of Througput an user generates in terms of > clicks( instead of sent requests). > > Is there any way to achieve this? > > I've been looking into Constant Troughput timer, but it seems it only works > on threads not controllers.
It works on Samplers, as do all timers. So pick a single sample in the transaction, and add the CT Timer as its child. > > THAnks in advance for all tips! > > /Ivan > --------------------------------------------------------------------- > 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]

