Hi: I need to use Jmeter for Load testing. I need to send like 1200 requests per second to my application. So, I have decided to use Distributed testing. Have installed Jmeter 2.3.4 and have configured it in such a way that I have 1 client and 2 servers. Following are my questions:
1. I read somewhere that, we cannot have 2 Jmeter servers running on the same machine. Is this true? 2. If its possible to run 2 instances of Jmeter servers on the same machine, how should i be setting my classpath. Would i be able to point this to both my Jmeter instances? set JMETER_HOME=C:\jakarta-jmeter-2.3.2\jakarta-jmeter-2.3.2 set CLASSPATH="%JMETER_HOME%\lib\ext\ApacheJMeter_core.jar;%JMETER_HOME%\lib\jorphan.jar;%JMETER_HOME%\lib\logkit-1.0.1" 3. When I run my Jmeter in Master/Slave configuration, where should my Jmeter scripts and CSV files reside Should they be on the Master or Slave machine or both and in which directory. 4. I read through the info in the Jmeter manual and came to know about the configuration for the Master to talk to slave. If the communication has to be 2 way, I mean for the Servers to send back the results to client...what needs to be done? 5. How can i store my results from both the servers in CSV format in one location? Any information on the above questions would be really helpful. This is a new challenge that I have undertaken and i really need to get through this...meaning using Jmeter for load test and succeeding. Hope I find what I need through this forum. I only have 2 days to come up with the setup, so its really urgent. Thanks, Ramya -- View this message in context: http://www.nabble.com/Setting-up-and-configuring-Jmeter2.3.4-for-Distributed-Testing-tp25384724p25384724.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

