Hi,

 

I have been using JMeter for some load testing quite successfully, but
up until this point have been mostly testing from a single machine. Now
attempting to run a distributed load test, I find that the variables are
unique to a given server and not scoped test-wide. The only real problem
I have to solve is iterating through generated user names. In a previous
test situation, I selected randomly on each node from a large pool of
20,000 names so I didn't run into many collisions. Now, I need to
iterate through a sequential known set of users. I can basically append
a number to a prefix, so I just need to know how to increment that
number across the test nodes. What is the best way to do that in a
distributed test?

 

Thank you,

-Keith Zantow

 

Reply via email to