You might consider just spinning up some EC2 instances in AWS to do this. It might be a little tricky to setup, but once you do - it might be worth it.
You can attempt to run about 1000 threads (so users) per instance (depending on the size/resources of the instance) and then you would need about 20 instances. You can also look in to creating a list of requests that are unique, so as each thread (i.e. user) loops through those requests, they behave in a unique-enough fashion. And JMeter will run just fine on a Linux machine, so for example, your EC2 instances don't have to be Windows. ________________________________ From: Abhitosh Patil <[email protected]> Sent: Thursday, June 9, 2022 6:02 AM To: JMeter Users List <[email protected]> Subject: Re: Want to do load test with 20000 virtual users EXTERNAL EMAIL - This email originated from outside of CACI. Do not click any links or attachments unless you recognize and trust the sender. I guess the cloud Blazemeter option is there which is paid. For distributed load testing approach too many windows machines will be required? On Thu, Jun 9, 2022 at 5:28 PM ashish solanki <[email protected]> wrote: > Hi Deepak, > > You can perform it in Cloud or Distributed Load testing techniques. > > Regards, > Ashish > > On Thu, Jun 9, 2022 at 5:23 PM Deepak Chaudhari <[email protected]> > wrote: > > > Hi, > > > > I want to execute a load test with 20000 virtual users using JMeter. > > What is the best way to achieve this? > > > > Thanks in advance. > > Deepak. > > > > > -- > A .N. Solanki > ________________________________ From: Abhitosh Patil <[email protected]> Sent: Thursday, June 9, 2022 6:02 AM To: JMeter Users List <[email protected]> Subject: Re: Want to do load test with 20000 virtual users EXTERNAL EMAIL - This email originated from outside of CACI. Do not click any links or attachments unless you recognize and trust the sender. I guess the cloud Blazemeter option is there which is paid. For distributed load testing approach too many windows machines will be required? On Thu, Jun 9, 2022 at 5:28 PM ashish solanki <[email protected]> wrote: > Hi Deepak, > > You can perform it in Cloud or Distributed Load testing techniques. > > Regards, > Ashish > > On Thu, Jun 9, 2022 at 5:23 PM Deepak Chaudhari <[email protected]> > wrote: > > > Hi, > > > > I want to execute a load test with 20000 virtual users using JMeter. > > What is the best way to achieve this? > > > > Thanks in advance. > > Deepak. > > > > > -- > A .N. Solanki > ________________________________ This electronic message contains information from CACI International Inc or subsidiary companies, which may be company sensitive, proprietary, privileged or otherwise protected from disclosure. The information is intended to be used solely by the recipient(s) named above. If you are not an intended recipient, be aware that any review, disclosure, copying, distribution or use of this transmission or its contents is prohibited. If you have received this transmission in error, please notify the sender immediately.
