Throttling
Explore throttling in Gatling to limit and control the number of requests per second. Understand how to configure throttling at scenario and setup levels, and use commands like reachRps, jumpToRps, and holdFor to simulate targeted user loads effectively.
In the previous lesson, we learned about the different ways to handle errors in Gatling. In this lesson, we will learn about throttling.
What is throttling?
Throttling means limiting or slowing down the number of requests made by the client.
We can throttle the number of requests to reach the given target number of load/users by ...