On 10/09/2009, socio_pal <[email protected]> wrote: > > 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.
Probably better not to do that; the master node has to handle all the response data load. I suggest you use independent non-GUI mode on as many nodes as you need, and combine the CSV output files (just concatenate them). > 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? No. But each one must use its own RMI port. > 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" The CLASSPATH is ignored when starting JMeter. > 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. Scripts on the master; data files must be on each slave in the same 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? Nothing; it should all just work unless you have got some network boxes in the way. In which case, ask for help from the network admins. > 5. How can i store my results from both the servers in CSV format in one > location? If you are using master/slave config, then all the data is written on the master anyway. > 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. Distributed testing is a lot harder to get working. Use multiple independent non-GUI runs as mentioned above. > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

