@@ -83,7 +83,8 @@ Launch the `jmeter` script in your console from within your jemeter install dire
* Set **Number of Threads** to some high number in your case for example `40`.
* Set **Ramp-Up Period** to a specified interval for example `10` seconds.
* Both **Number of Threads** and **Ramp-Up Period** setup how many request we make in a given period of time. In this example we will use 40 "users" per 10 seconds. In other words we make 4 requests per second.
* Set **Loop Count** to some number for example `10`. It acts like a multiplier for the amount of request per second. In this case for example 10 times. So we get a total of 40 requests per second.
* Set **Loop Count** to some number for example `10`.
* It acts like a multiplier for the amount of request per second. In this case for example 10 times. So we get a total of 40 requests per second.