I want to test gatling in Jenkins pipeline

I want to test stresstest for my application. I have the shellscript to run my simulation class.

I want to achieve 2000 tps in 5 minute duration and 300 rampuser. the max that I achieved from my local is only 500.
this might be my local network and my local computer couldnt create this much load. so, I decided to test it in Jenkis pipeline by increasing the number of pods for the stressTest.

how can I increase the number of pods that send request to the application pods?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.