Dear Manish: Thanks a lot for your reply. It really helps. It works. But when I run the test with 200 users(i.e.200x5=1000 Users), it gives heap memory exception. Does it mean that my server is crashed or it is an issue of JMeter?
On Wed, Aug 28, 2013 at 11:38 AM, Manish Sapariya <[email protected]>wrote: > Amit, > In distributed mode, each jmeter node replicates the TestPlan specified > in controller jmeter node. > > So if you want to run 1000 users with 5 nodes, you will have to set the > no. of users to 200. Each node will run 200 users. > > Similarly ramp up time should be calculated by how many concurrent > request you want to send to your server. E.G. if you want 100 request > to hit simultaneously to server, you divide it by 5 (no. of nodes) and > set it to 20. That will give you 100 requests hits to server. > > Loop will simply repeat above test on each node, so its upto you, for > how long or how many times you want your test plan to be repeated. > > One thing you have to take care is of clever select of what search query > each nodes generates. Your test data should be different on each machine, > so that it will generate different queries. > > Hope this helps. > > Thanks and Regards, > Manish > kPoint wins *Global eLearning > Award<http://www.kpoint.com/kpoint-wins-learntech-global-e-learning-award/ > > > * in “Learning Technologies Solution”! > > > On Tue, Aug 27, 2013 at 4:06 PM, Deepak Goel <[email protected]> wrote: > > > I think in Jmeter, each thread represents a 'Single User'. So for 1000 > > users, you will need to have 1000 threads of Jmeter. These threads can > > ramp up as quickly as possible. > > > > Deepak > > > > On 8/27/13, Amit Kumar <[email protected]> wrote: > > > That's okay. But my concern is what should be following configuration > > for > > > 1K users and 50K records for search? > > > Threads= ? > > > Ramp-up=? > > > Loop=? > > > > > > > > > On Tue, Aug 27, 2013 at 3:43 PM, Deepak Goel <[email protected]> > wrote: > > > > > >> That's a TYPO from my side..it should support 1000 users (1k users) > > >> > > >> On 8/27/13, Deepak Goel <[email protected]> wrote: > > >> > Your machine supports a lot of users. You would need only 4-5 > machines > > >> > which will easily support 10000 users. > > >> > > > >> > On 8/27/13, Amit Kumar <[email protected]> wrote: > > >> >> Dear All: > > >> >> > > >> >> I need you urgent help. > > >> >> > > >> >> I have to perform Load Testing with 1000 users and these 1000 users > > >> >> will > > >> >> be > > >> >> searching 50K records in a day. I have setup the distributed load > > >> testing > > >> >> environment on Windows. I have 1-Server and 6 Client Machines. > > >> >> For the above scenario, how to distribute load 6 machines? My each > > >> >> machine > > >> >> supports about 250-300 users. > > >> >> > > >> >> What should be setup? > > >> >> Threads= ? > > >> >> Ramp-up=? > > >> >> Loop=? > > >> >> > > >> >> I am using parameterization for search records? my each data file > is > > >> >> having > > >> >> 3000 records for search. > > >> >> > > >> >> Hoping for your prompt reply. > > >> >> > > >> >> > > >> >> -- > > >> >> Thanks and Regards, > > >> >> Amit > > >> >> > > >> > > > >> > > > >> > -- > > >> > Namaskara~Nalama~Guten Tag~Bonjour > > >> > > > >> > > > >> > -- > > >> > Keigu > > >> > > > >> > Deepak > > >> > 7350012833 > > >> > [email protected] > > >> > http://www.simtree.net > > >> > > > >> > Skype: thumsupdeicool > > >> > Google talk: deicool > > >> > Blog: http://loveandfearless.wordpress.com > > >> > Facebook: http://www.facebook.com/deicool > > >> > > > >> > "Contribute to the world, environment and more : > > >> > http://www.gridrepublic.org > > >> > " > > >> > > > >> > > >> > > >> -- > > >> Namaskara~Nalama~Guten Tag~Bonjour > > >> > > >> > > >> -- > > >> Keigu > > >> > > >> Deepak > > >> 7350012833 > > >> [email protected] > > >> http://www.simtree.net > > >> > > >> Skype: thumsupdeicool > > >> Google talk: deicool > > >> Blog: http://loveandfearless.wordpress.com > > >> Facebook: http://www.facebook.com/deicool > > >> > > >> "Contribute to the world, environment and more : > > >> http://www.gridrepublic.org > > >> " > > >> > > >> --------------------------------------------------------------------- > > >> To unsubscribe, e-mail: [email protected] > > >> For additional commands, e-mail: [email protected] > > >> > > >> > > > > > > > > > -- > > > Thanks and Regards, > > > Amit > > > > > > > > > -- > > Namaskara~Nalama~Guten Tag~Bonjour > > > > > > -- > > Keigu > > > > Deepak > > 7350012833 > > [email protected] > > http://www.simtree.net > > > > Skype: thumsupdeicool > > Google talk: deicool > > Blog: http://loveandfearless.wordpress.com > > Facebook: http://www.facebook.com/deicool > > > > "Contribute to the world, environment and more : > > http://www.gridrepublic.org > > " > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > -- Thanks and Regards, Amit
