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?.
- if need add existing variable may done via __intsum() function
- __counter() function generates incremented number each time it's being called either per-thread or global
- another candidate __threadnum() function number of current thread.
see how use jmeter functions posts series advanced information on above , other useful functions.
Comments
Post a Comment