[Jmeter] Concurrency Thread Group
Concurrency Thread Group : https://jmeter-plugins.org/wiki/ConcurrencyThreadGroup/
参数介绍:
Target Concurrency: Number of Threads 目标用户并发数
Ramp Up Time: for the whole test 增加并发用户数的总时间
Ramp-Up Steps Count 增加并发用户数的次数
Hold Target Rate Time: 并发用户数达到目标之后持续的测试时间
Time Unit : minutes or seconds
Thread Iterations Limit: Numbers of Loops
Log Threads Status into File: saving thread start and thread stop events as a log file
Let’s look at the following scenario:
- 100 threads
- 30 minutes Ramp Up Time
- 10 Ramp-Up Steps
- 30 minutes holding the target rate
This means that:
- 每3分钟(30 minutes Ramp Up Time/10 Ramp-Up Steps)加10个用户(100 threads/10 Ramp-Up Steps),直到用户数达到100(100 threads)
- Every 3 minutes 10 users will be added until we reach 100 users. ( 30 minutes divided by 10 steps equals 3 minutes per step. 100 users divided by 10 steps equals 10 users per step. Totaling - 10 users every 3 minutes).
- 当用户数达到100,这100个用户将继续向服务器发送请求,持续30分钟(30 minutes holding the target rate)
- After reaching 100 threads all of them will continue running and hitting the server together for 30 minutes
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· 单线程的Redis速度为什么快?
· SQL Server 2025 AI相关能力初探
· AI编程工具终极对决:字节Trae VS Cursor,谁才是开发者新宠?
· 展开说说关于C#中ORM框架的用法!