The Critical Section Controller ensures that its children elements (samplers/controllers, etc.) will be executed by only one thread as a named lock will be taken before executing children of controller.

Critical Section Controller(临界区控制器),确保它的子元素(samplers /控制器等)在执行控制器的子程序之前只执行一个线程作为指定的锁。

名称:

注释:

Lock name:锁的名称,最好作为唯一值。

按照上图设置线程组线程数为5,http请求运行,观察结果树

仔细观察,1号请求同时执行了5个,一个3号请求必须要等一个2号请求结束后才执行,并且2号请求不是同时执行的,就代表2号请求在同一时间只能执行一个

 
分类: Jmeter

最新文章

  1. label 多行显示自适应高度
  2. LUA学习笔记三·时间等操作系统库
  3. [译]git revert
  4. Windows Store App 过渡动画
  5. mapreduce job提交流程源码级分析(一)(原创)
  6. Linux :Can't start up: not enough memory
  7. sar
  8. 糖果大战 hdu1204
  9. GPS车辆监控系统的启动方式
  10. 2018.5.3 docker
  11. 网易云通过KCSP认证,云原生技术实力再获认可
  12. Redis 超时排查
  13. 两数之和 II - 输入有序数组
  14. select下拉框使用完毕后,重置按钮使其清空
  15. [docker]通过阿里云源安装docker && flannel不通问题解决(try this guy out)
  16. Sql 按照指定天数时间段查询
  17. 字符串之StringBuffer 与 StringBuilder的对比
  18. FreeMarker boolean Issue
  19. jQuery-切换2
  20. [UE4]点积、余弦和急停

热门文章

  1. Oid 类
  2. django项目登录中使用图片验证码
  3. 加速Github访问
  4. BZOJ1123 [POI2008]BLO(割点判断 + 点双联通缩点size)
  5. 学习app开发思路
  6. list去重,String[]去重,String[]去空,StringBuffer去重,并且以','隔开,list拆分
  7. HBase的二级索引
  8. Backpressure & Elastic Scaling
  9. django-登录和退出及redis存储session信息
  10. LeetCode 845. Longest Mountain in Array