Each distributed test is independent - there's no way to share
variables between servers.

You might be able to generate the names from the current host name
plus a local counter.

Otherwise, use multiple user-id files - put a different one on each server.
Easiest would be to use the same name, but you could perhaps use the
machineName() function.

Read the file using CSV Dataset.

On 20/09/2007, Zantow, Keith <[EMAIL PROTECTED]> wrote:
> 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
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to