Re: Want to do load test with 20000 virtual users

2022-06-10 Thread Deepak Chaudhari
Thanks. I'll try distributed load testing approach. On Thu, Jun 9, 2022 at 11:05 PM Steve Kram wrote: > Deepak, > > JMeter (with or without Taurus) supports on-prem distributed testing, > where you use your own networked hardware as execution hosts. See the > "Distributed Mode" information at

RE: JMX works from UI but fails from CLI on Windows 10

2022-06-10 Thread Lisa Waugh
Hi Dmitri, As I dug further into this, I discovered that two different versions of java were being used depending on how the app was started. Once we cleared that up, everything is working now. Regards, Lisa JM Waugh Test Engineer CIO Software & Development Experience 1 704 907 7008 Mobile 1

Re: View Results Tree Behavior when running from command line

2022-06-10 Thread Dmitri T
It will consume RAM pages and CPU cycles as it will be executed after each Sampler in its scope . If you want to save request and response data

View Results Tree Behavior when running from command line

2022-06-10 Thread Tong Sun
Hi, Quick question, what would the View Results Tree behavior be when running from command line? I had an impression that it won't do anything even if it is enabled, is it so? thx!