hi, when I am starting a test in remote server getting this error message Connection refused to host: XXX.; nested exception is: java.net.ConnectException: Connection timed out: connect please let me know how to resolve this
Thanks for the video... i have a questions 1) will distribute the load equval basis in master (500) and slave machine (500) but i want to distrubute one machine 250 vusers and another machine 750 vusers, can you help me hw can we do this kind of requirement? Can you help me on this?
@@QAInsights let's say, out of 100 test data, first 50 should be used by machine1 and rest should be used by machine2. We can split the test data and place it in both the machine. But it is going to be a time consuming activity., right?
I have made the setup, but when I click on remote start, I could see the test strat and finish in worker machine, but could see any thing in listeners of master machine Any help is greatly appreciated
Blog Article: qainsights.com/distributed-load-testing-in-jmeter-using-raspberry-pi-400/
Though the rmi_keystore.jks is in the /bin folder, jmeter says it's not found... Please help
hi, when I am starting a test in remote server getting this error message Connection refused to host: XXX.; nested exception is:
java.net.ConnectException: Connection timed out: connect
please let me know how to resolve this
Dear sir, how i setup csv file in worker node
In my machine 1099 port is already in use by another java process? Can i use another port?
Yes, you can change in the properties file.
Let me know, how we can handle the long-polling requests in a parallel controller using jmeter. Thank you
Thanks for the video... i have a questions 1) will distribute the load equval basis in master (500) and slave machine (500) but i want to distrubute one machine 250 vusers and another machine 750 vusers, can you help me hw can we do this kind of requirement?
Can you help me on this?
It is not possible to distribute custom load from the worker machines in JMeter.
Thanks for your reply
Hi
Thanks for the detailed video.
What about the csv files for thread groups?
Csv must be present in all the remote hosts.
@@QAInsights ok
Thanks for the quick reply.
@@QAInsights can we use csv file present in the network ?
Hi thanks for your video.
Question: what if I want to use the unique test data if it sends only the test plan to all the slave machine.
You have to keep the test data in all the worker machines.
@@QAInsights ok but what if I want to use unique test data. If I use 2 worker machine, same data will be reused by both machine
@@QAInsights let's say, out of 100 test data, first 50 should be used by machine1 and rest should be used by machine2. We can split the test data and place it in both the machine. But it is going to be a time consuming activity., right?
@@ramrajmerchant1189 You cannot do that by default. You have to split the test data manually, associate it in your test plan.
I have made the setup, but when I click on remote start, I could see the test strat and finish in worker machine, but could see any thing in listeners of master machine
Any help is greatly appreciated
please run the test little longer and observe the master machine.
you need to open port so worker can sent back sample to master node
Sir, can I set both the Master and Slave in the same machine(probably running on different ports)? If so, can you provide some details on this pls
That's not the idea behind this implementation. You can use a virtual box to try out this on your local machine.
can you explain on windows
Hi
I have made setup as you described