Reputation: 369
I've successfully set up a test plan in Jmeter that can execute 500 threads and loop through a few http requests on a single machine and integrated with Hudson. So let's say I want to increase my threads to 6000.
For starters I set up a few machines to accommodate a smaller total thread number like 1500. I use the built-in feature of running Jmeter in distribution mode. I enter 1500 threads in the master test plan. So here are my $10 questions:
Did I totally misunderstand the concept of executing load in distribution mode (I think so)? Do I manually need to configure variables, threads, loops etc. and run them separately and manually on each machine if I want to split the load?
Thanks for reading!
Upvotes: 3
Views: 2249
Reputation: 34536
Read this:
With JMeter what you usually have to replicate in this mode is:
data used by CSV
jmeter.properties and user.properties
But for test plan you only need to have it on Controller.
Upvotes: 3