I am running a distributed load test on the website where I fire an HTTP GET in order to download files. I have 1 Master and 5 Slaves. File sizes I am downloading are usually around 500 MB, I wanted to achieve this load test for up to 500 concurrent users downloading the data.
I am expanding the number of slaves and its memory as I increase the load. Is it the only option to achieve this??? I Doubt I am doing it right !!!
PS. The test will run in non-GUI mode,No listeners except one CSV to write the status of HTTP GET.
attached a picture of how i distribute the load