【发布时间】:2016-10-24 10:53:23
【问题描述】:
我需要使用 Jmeter 对一个有 100 个并发用户的网站进行负载测试 我已经创建了这样的测试计划 -
-Test Plan
--ThreadGroup
---Get Login Page
---Post Login Page
-View Result in Table
我在线程组中为 100 个并发用户做了以下配置
No of threads = 100
Ramp Up Period = 1
Loop count = 1
并发用户测试的方法正确吗?
【问题讨论】:
-
在您的测试计划和
Loop Count= Forever中使用一些持续时间。在加速时间之后,这 100 个线程将变为并发。否则使用Ramp-up Time=0。
标签: performance concurrency jmeter performance-testing