Jmeter: Is it possible to increment the value of variable for every thread in Jmeter? -


example: thread: 50, ramp-period: 0, loop: 1.

i have send different value each thread. possible without changing loop count?.

  1. if need add existing variable may done via __intsum() function
  2. __counter() function generates incremented number each time it's being called either per-thread or global
  3. another candidate __threadnum() function number of current thread.

see how use jmeter functions posts series advanced information on above , other useful functions.


Comments