How should I calculate Ramp-up time in Jmeter

前端 未结 3 1633
走了就别回头了
走了就别回头了 2020-11-29 12:08

There are many questions/answers available here to understand Ramp up time but I want to get something in detail for my test case.

Test Case

3条回答
  •  春和景丽
    2020-11-29 12:32

    Rampup is the speed at which users arrive on your application. The number you put means that once it is reached all threads have been started. The tiniest it is , the faster users arrive. So nobody can answer that for you, you need to analyse your traffic.

    Regarding the number of threads, 1200 threads might not be the good number, as 1200 users can navigate on application slowly or rapidly. What you need is add a Constant Throughput Timer to control how much transactions per second you'll be reaching.

提交回复
热议问题