Re: JMeter 5.5

2022-06-09 Thread Vladimir Sitnikov
@Milamber, would you please prepare a new JMeter 5.5 RC? It looks like it is good to go. Vladimir

RE: Want to do load test with 20000 virtual users

2022-06-09 Thread Steve Kram
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 https://gettaurus.org/docs/JMeter/ and https://jmeter.apache.org/usermanual/jmeter_distributed_testing_step_by_

Re: Want to do load test with 20000 virtual users

2022-06-09 Thread Deepak Chaudhari
Thank you but it will be a very costly solution. On Thu, Jun 9, 2022, 8:27 PM Plotkin, Alex - US wrote: > 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 1

Re: Want to do load test with 20000 virtual users

2022-06-09 Thread Deepak Goel
I have a 16 cpu box on aws. And it supports 2 concurrent users easily (Think Time between transactions is 5 seconds) Deepak "The greatness of a nation can be judged by the way its animals are treated - Mahatma Gandhi" +91 73500 12833 deic...@gmail.com Facebook: https://www.facebook.com/deico

Re: Want to do load test with 20000 virtual users

2022-06-09 Thread Plotkin, Alex - US
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 abo

Re: Want to do load test with 20000 virtual users

2022-06-09 Thread Dmitri T
1. The best way is to simulate these users actions as close as possible. The main point is that real users don't hammer the system under test non-stop, they need some time to "think" between operations so make sure to carefully and properly implement these think times in your tests

Re: Want to do load test with 20000 virtual users

2022-06-09 Thread Abhitosh Patil
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 wrote: > Hi Deepak, > > You can perform it in Cloud or Distributed Load testing techniques. > > Regards, > A

Re: Want to do load test with 20000 virtual users

2022-06-09 Thread ashish solanki
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 wrote: > Hi, > > I want to execute a load test with 2 virtual users using JMeter. > What is the best way to achieve this? > > Thanks in advance. >

Want to do load test with 20000 virtual users

2022-06-09 Thread Deepak Chaudhari
Hi, I want to execute a load test with 2 virtual users using JMeter. What is the best way to achieve this? Thanks in advance. Deepak.

Re: Jmeter TCP script issue - Hex-encoded binary string contains an invalid hex digit

2022-06-09 Thread Felix Schumacher
Am 08.06.22 um 22:49 schrieb Nuwan Galkissa Mudalige: Thank you Felix for pointing out that. Now we are able to send the request successfully with hex encoded data. Are there a way to make the response value to readable format ? (as the response body is also encoded) You can do this using