I have EC2 running and it is launched through Auto-scaling group ( min = 1 and max = 3 ), and it is running behind load balancer with t3.medium configuration! I want to check 1,00,000 concurrent users hit to check is auto-scaling scaling fine and also load - balancer health checks - But i have one confusion here, what is the relation between "Task count" and " Concurrency"? can you explain?
@qaInsights Hello Sir, One of my request in JMX deals witht the file upload. For the credentials login I am using another CSV which is working fine only in the case of file upload which path I need to give? If I give the local path which is of no use, I tried the path by keeping the csv in S3 bucket and gave the path in the fileUpload request .... Any solution please?
Thanks for the tutorial. is there any relevance for the jMeter Thread group configuration such as No of Users, Ramp up etc ? Based on my understanding so far jMeter is only here used for sending multiple requests. Rest of the configuration is completed depended on the configuration for each aws load test. Please correct me If I am wrong
if i want to run the test for 60minutes how do i do? mentioned the duration in jmeter thread group doesnt work i have 2 thread groups, i wanna run both thread groups for 5 minutes, is it possible?
Hi, Thanks for the video. Can you should the thread group in JMX file. If we configure 50 users and rampup in jmx file, do we still have to configure them in Task count and rampup on the test creation page in AWS? Facing the below error message JMeter: Uncaught exception in thread Thread[Login-ThreadStarter 3-168,5,main] java.lang.StackOverflowError: null
Hi Sir Have they provided any solution to use csv data files here to do a load testing by cloud formation ? Please suggest if there is any other way to do this on AWS... Thanks!
Hi, the jmx files running in jmeter are not working in this tool. The tests fails with the error 'Failed to run Fargate tasks.'. What could be the reason for this error? Have anyone faced this error using this tool? My testing environment as same as in this tutorial and the jmx files are less than 1kb. Please help
Very informative video on Distributed load Test on AWS. In this tool, we cannot upload csv file, so can we use 'User parameter' pre-processor instead of csv for large no of data? Need to use this tool for our existing scripts which uses CSV file. Appreciate if you can assist on this
Hi Naveen, could you suggest any material on running distributed JMeter tests on EC2 instances through Jenkins (also on EC2) or put up a tutorial if possible? :) Thanks
I have already posted a video about distributed load testing. ua-cam.com/video/lORCJtspVJ4/v-deo.html You can run Jenkins agent on AWS, there are a lot of other tutorials available.
Hi NaveenKumar I've been navigating on your tutorials all of them are very useful. I have a question regarding AWS Distributed Load Testing Solution. Is there a way to invoke an existing scenario using like an API Call? Maybe execute the solution from something like postman instead of from the UI?
Part 1 Video ua-cam.com/video/OtXn4PBCuZs/v-deo.html
I liked your dad's videos, bcoz I subscribed to your dad's channel. ❤️
I have EC2 running and it is launched through Auto-scaling group ( min = 1 and max = 3 ), and it is running behind load balancer with t3.medium configuration! I want to check 1,00,000 concurrent users hit to check is auto-scaling scaling fine and also load - balancer health checks - But i have one confusion here, what is the relation between "Task count" and " Concurrency"? can you explain?
Thanks for the video, quite helpful. Could you also please share the insights on integrating JMeter with AWS code pipeline.
@qaInsights
Hello Sir,
One of my request in JMX deals witht the file upload. For the credentials login I am using another CSV which is working fine only in the case of file upload which path I need to give?
If I give the local path which is of no use,
I tried the path by keeping the csv in S3 bucket and gave the path in the fileUpload request .... Any solution please?
Thanks for the tutorial.
is there any relevance for the jMeter Thread group configuration such as No of Users, Ramp up etc ? Based on my understanding so far jMeter is only here used for sending multiple requests. Rest of the configuration is completed depended on the configuration for each aws load test. Please correct me If I am wrong
I am wondering about this too.
if i want to run the test for 60minutes how do i do? mentioned the duration in jmeter thread group doesnt work
i have 2 thread groups, i wanna run both thread groups for 5 minutes, is it possible?
Hi Naveen Is it possible to execute distributed test with selenium(Mocha) in this setup. Taurus support selenium.
Thank You Sir, for Very comprehensive tutorial
Hi Thanks for the video, is CSV set config supported in the latest version 3.1.1 ?
Hi, Thanks for the video. Can you should the thread group in JMX file. If we configure 50 users and rampup in jmx file, do we still have to configure them in Task count and rampup on the test creation page in AWS? Facing the below error message JMeter: Uncaught exception in thread Thread[Login-ThreadStarter 3-168,5,main]
java.lang.StackOverflowError: null
Does this service have capability to generate load across regions for a single test?
Awesome job Sir... Thank you 🙏🙏
Not able to understand clearly on this load test for jmeter with template on AWS
Hi Sir
Have they provided any solution to use csv data files here to do a load testing by cloud formation ? Please suggest if there is any other way to do this on AWS... Thanks!
You can Zip the jmx as well as the csv and you have to upload as simple as that but in the csv config dont give the complete path.
Hi, the jmx files running in jmeter are not working in this tool. The tests fails with the error 'Failed to run Fargate tasks.'. What could be the reason for this error? Have anyone faced this error using this tool? My testing environment as same as in this tutorial and the jmx files are less than 1kb. Please help
i am facing this issue Failed: Connection timed out (Connection timed out)
We can only upload jmeter script of size 5mb. IS ther any provision to achieve uploading 15mb jmx script in the tool? :|
It is an open source project, you can change the limit for the file size. What is your use case for > 15MB jmx file? :/
@@QAInsights Yes Sir...its around 16mb jmx file
How can we change the limit of file size..Can you advice?
@@SonamLingwal28 Clear instructions are already published in here github.com/awslabs/distributed-load-testing-on-aws#source-code
@@QAInsights ok thanks Sir.. will check
Is it possible to change the error criteria? I need to run a test without being interrupted or aborted despite the errors.
Very informative video on Distributed load Test on AWS.
In this tool, we cannot upload csv file, so can we use 'User parameter' pre-processor instead of csv for large no of data?
Need to use this tool for our existing scripts which uses CSV file. Appreciate if you can assist on this
That is correct. We cannot upload CSV, but you can use User Parameter.
@@QAInsights Thank you
But that's very tough say you have 1000 users.
@@ParthTune
Now you can zip the jmx and csv and you can upload it
is there any load runner ? with AWS?
Hi Naveen, could you suggest any material on running distributed JMeter tests on EC2 instances through Jenkins (also on EC2) or put up a tutorial if possible? :) Thanks
I have already posted a video about distributed load testing. ua-cam.com/video/lORCJtspVJ4/v-deo.html You can run Jenkins agent on AWS, there are a lot of other tutorials available.
Can we execute jmeter scripts which needs csv inputs?
No, at this moment, it is not possible.
Thankyou sir
Hi NaveenKumar I've been navigating on your tutorials all of them are very useful. I have a question regarding AWS Distributed Load Testing Solution. Is there a way to invoke an existing scenario using like an API Call? Maybe execute the solution from something like postman instead of from the UI?
Many thanks. You can send a POST request to the load testing solution. :)
We can now upload the third party files like CSV