当前位置:网站首页>How to use Jmeter to carry out high concurrency in scenarios such as panic buying and seckill?
How to use Jmeter to carry out high concurrency in scenarios such as panic buying and seckill?
2022-07-30 09:12:00 【God is the Tao, Taoism is the natural Tathagata】
Main introduction here
Sync timer: Blocks the thread (accumulates a certain number of requests), when the specified time reaches the strong>A certain number of threads, these threads will be released together at the same time point Parameter introduction: -If it is greater than 0, then if the set number of threads has not been reached after the maximum waiting time set in Timeout in milliseconds, Steps The first step, right-click on the test plan, add a thread group Set the number of threads to: 100 Set the Ramp-Up time to: 10 The second step, add HTTP request, fill in the url to be concurrent The third step, in the http request, add a synchronization timer, Set Number of Simulated Users to Group by to: 20 Set Timeout in milliseconds (unit: milliseconds) to: 5000 The fourth step, right-click on the test plan, add a view result tree Step 5, right-click on the test plan, add listener-aggregation report The sixth step, run jmeter to view the aggregated report
Number of Simulated Users to Group by: The number of simulated users, that is, the number of threads to be released at the same time.
- If set to 0, it is equal to the number of threads set to the thread group
Timeout in milliseconds: Timeout time, that is, how many milliseconds after the timeout, the specified number of threads will be released at the same time;
-If set to 0, the timer will wait for the number of threads to reachThe set number of threads is released until the set number of threads is reached. If the set number of threads is not reached, it will continue to die.
Timer will no longer wait and release the threads that have arrived.Default is 0









边栏推荐
- typescript5 - compile and install ts code
- typescript1-typescript是什么
- SQL injection vulnerability (postgresql injection)
- 【零基础玩转BLDC系列】以GD32F30x为例定时器相关功能详解
- Dynamic Lead Time Promising
- OA Project Pending Meeting & History Meeting & All Meetings
- The R installation package has error in rawtochar(block[seq_len(ns)]) :
- DDR、GDDR、QDR的区别
- 蓝牙技术|了解蓝牙LE Audio的Auracast广播音频
- It is said that FPGA is high-end, what can it do?
猜你喜欢
随机推荐
香港服务器iis配置web服务器如何操作?
MagicDraw secondary development process
C language classic practice questions (3) - "Hanoi Tower (Hanoi)"
test111
【愚公系列】2022年07月 Go教学课程 021-Go容器之切片操作
[Mini Program Column] Summarize the development specifications of uniapp to develop small programs
一文带你玩转offer-01
负电压电路(原理分析)
20个电路能懂5个以上,足以证明你在电子行业混过!
hicp第六天
HashSet and LinkedHashSet
研发人员的悲剧——“庞氏骗局”
Field interpretation under "Surgical variables (RX SUMM-SURG OTH REG/DIS)" in SEER database
Lenovo Notebook How to Change Windows 10 Boot Logo Icon
test4
联想笔记本 如何更改Win10系统开机logo图标
typescript4 - installs a toolkit for compiling ts
智能存储柜——解决您的存储需求
ant-design form form verification upload component (with personal packaged upload component)
最右的一道面试算法题,--特殊基因







![[Fun BLDC series with zero basics] Taking GD32F30x as an example, the timer related functions are explained in detail](/img/1d/700c79a766f115d5d0f3bd8263d67c.png)

