intSum or longSum functions may help with it. http://jmeter.apache.org/usermanual/functions.html#__intSum http://jmeter.apache.org/usermanual/functions.html#__longSum
2013/4/23 Philippe Mouawad <[email protected]> > You also have option to use Counter Element: > - http://jmeter.apache.org/usermanual/component_reference.html#Counter > > Regards > > On Tuesday, April 23, 2013, waseemfa wrote: > > > Just add a BSF sampler and declare the value. Keep incrementing the > value > > by > > 1 everytime and use vars.put("VariableName",value) in it so that it can > be > > used across the thread group > > > > > > > > -- > > View this message in context: > > > http://jmeter.512774.n5.nabble.com/Can-any-one-suggest-How-to-increment-a-variable-in-jmeter-tp5716766p5716773.html > > Sent from the JMeter - User mailing list archive at Nabble.com. > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected]<javascript:;> > > For additional commands, e-mail: [email protected] > <javascript:;> > > > > > > -- > Cordialement. > Philippe Mouawad. > Ubik-Ingénierie > > UBIK LOAD PACK Web Site <http://www.ubikloadpack.com/> > > UBIK LOAD PACK on TWITTER <https://twitter.com/ubikloadpack> >
