I need to send 40K HTTP requests to the server at the same time. Then repeat this scenario every 15mins.
Now, in JMeter I cannot spawn 40K users. Right now, I am successfully able to spawn 500 users in a Thread Group. So I was thinking if I can keep user count as 500 and make each user execute 80 HTTP Samplers, then my job will be done!
But I don't know how to achieve this. Can you please guide me here?
Thanks!