Dear all, 

As I need to stress a cluster of Tomcat servers, using a single JMeter seems
insufficient.
I decide to try the JMeter remote testing.

Since I have to test the web application LRU cache behavior, the input
sequence of the requests (each would access a cached web object) is
important to me. 

My input parameters carried on the requests are stored in a CSV file - like
a proxy trace log. So I used the CSV data config component to drive the
workload. I wish to ask - under distributed mode, will each client machine
feed alternate requests in coordinated manner or just feed redundant request
samples at about the same instant as if each client has the same replica of
the CSV file to the cluster? 

Below example is to make it clear, suppose 3 remote clients are used and the
CSV list is 
A 
B 
C 
D 
E 
F 
.... 

Which of the following patterns will the request injection be:
Client0    Client1    Client2    Client3 
------    -------    ------    -------
A           B            C           D
E           F            G           H
...

or 

Client0    Client1    Client2    Client3 
------    -------    ------    -------
A           A            A           A
B           B             B           B
C           C            C           C
...

I am also interested the answer to the same question for other components
like cookie manager.

Thanks a lot for your help!

-- 
View this message in context: 
http://www.nabble.com/JMeter-Distributed-%28Remote%29-Testing-vs.-CSV-Data-Config-tf4778362.html#a13669189
Sent from the JMeter - User mailing list archive at Nabble.com.


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

Reply via email to