我已经创建了一个集合,只是将其与“循环计数”和“上升时间”相混淆。我有一个带有以下参数的测试仪。
Threads = 30
Ramp Up Period = 30
Loop Count = 100
Run Code Online (Sandbox Code Playgroud)
按照quora上的页面 。
a) If Loop count is Zero, then each of the 30 threads will be starting every second. As per the shared the web page, I guess 30/30 * 100 ie 100 threads/requests will be hitting the server every second. Please correct me if I am wrong.
b) As per the above parameters, there will be a total of 30 * 100 threads/requests. Does this mean all the 3000 threads/requests will be sent within 30 seconds [ Ramp Up period ]
Run Code Online (Sandbox Code Playgroud)
假设您有30位用户和30秒加速
一些提示: