Read this: http://stackoverflow.com/questions/765101/what-is-the-highest-number-of-threads-that-is-reasonable-to-simultaneously-run-i/11922239#11922239
It highly depends on your machine and your test plan and load test profile but we have experiences where we easily run 3000 threads on a 8vCPU / 8gb ram machine and there have been benchmarks showing a m2.xlarge Aws instance could sustain 10000 threads. So a 1000 threads is easily reachable on average machine today. On Friday, July 17, 2015, Satya Prakash <[email protected]> wrote: > I have found that JMeter support 350 concurrent user very efficiently for 1 > PC but after that system bottleneck occurs. You can use distributed option > to hit 2000 user concurrently. > > Thanks > Satya > On 16 Jul 2015 22:50, "Ra Ge" <[email protected] <javascript:;>> wrote: > > > @Deepak doesn't that really depend on script complexity and how heavy the > > implemented samplers are? > > > > Would someone's benchmark really be useful for someone else to size their > > test infrastructure? > > > > On Thu, Jul 16, 2015, 11:40 AM Deepak Goel <[email protected] > <javascript:;>> wrote: > > > > > I doubt we have benchmarks for different PC's and how much concurrent > > users > > > they can support (and their actions). You can publish the results if > you > > > are doing the same in some journal for everyone's benefit. > > > > > > Hey > > > > > > Namaskara~Nalama~Guten Tag~Bonjour > > > > > > > > > -- > > > Keigu > > > > > > Deepak > > > 73500 12833 > > > www.simtree.net, [email protected] <javascript:;> > > > [email protected] <javascript:;> > > > > > > LinkedIn: www.linkedin.com/in/deicool > > > 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 > > > " > > > > > > On Thu, Jul 16, 2015 at 4:14 PM, Irawan <[email protected] > <javascript:;>> wrote: > > > > > > > Hi All, > > > > > > > > Long time ago I read that the recommendation is to only have about > 100 > > > > concurrent users in 1 PC (this was very long time ago); now with the > > > > improvement of todays PC, anyone got a good recommendation or > > experience > > > > how many user can the new PC can handle? say a reasonable Intel E5 > > with > > > 8 > > > > GB RAM, with Gbps NIC. > > > > > > > > So far I tried to find on the web but cannot find any good > information. > > > > Thus normally I tried to limit the user to about 200 users. But now > my > > > new > > > > company is using 2000 users in 1 pc. So I am curious whether that pc > > > will > > > > became the bottleneck. > > > > > > > > thanks, > > > > irawan > > > > > > > > > > -- Regards Ubik Load Pack <http://ubikloadpack.com> Team Follow us on Twitter <http://twitter.com/ubikloadpack> Cordialement L'équipe Ubik Load Pack <http://ubikloadpack.com> Suivez-nous sur Twitter <http://twitter.com/ubikloadpack>
