jmeter定时器-Constant Throughput Timer

jmeter定时器-Constant Throughput Timer

说明

  1. Target Throughput(minute):每分钟吞吐量
  2. Calculate Ghtrouhput based on:吞吐量基于下面几种方式计算
    (1)this thread only:基于当前线程。如Number of Thread=5.则TPS=5*2=10
    (2)all active threads:所有活跃的线程
    (3)all active threads in current thread group:当前线程组所有活跃的线程
    (4)all active thread(shared):所有活跃的线程(共享)
    (5)all active threads in current thread group(shared):当前线程组中的所有活跃的线程(共享)

测试场景

新增Constant Throughput Timer

this Thread only


执行结果
结论

选择this thread only时,TPS=目标吞吐量*线程数

all active threads


执行结果
结论

选择all active threads 时,TPS=目标吞吐量

all active threads in current thread group


执行结果


结论

选择all active threads in current thread group时,TPS=目标吞吐量

all active threads(shared)


执行结果


结论

选择all active threads(shared)时,TPS=目标吞吐量/所有活跃线程=2/2=1

all active threads in current thread group(shared)


执行结果


结论

选择all active threads(shared)时,TPS=目标吞吐量/单线程组下所有活动的线程=2/1=1

相关推荐
褚琅姈34 分钟前
Bash语言的测试框架
开发语言·后端·golang
紧跟先前的步伐38 分钟前
【Golang】第七弹----map
开发语言·后端·golang
扶光与望舒呀38 分钟前
练习:自动驾驶
java·人工智能·自动驾驶
Dxy123931021639 分钟前
python如何清除html中所有的字体大小样式
开发语言·python·html
~kiss~2 小时前
go~协程阻塞分析
开发语言·后端·golang
该叫啥2 小时前
学习随便记录
java·学习
秋野酱2 小时前
基于javaweb的SSM+Maven电脑公司财务管理系统设计与实现(源码+文档+部署讲解)
java·maven
时光呢4 小时前
JAVA泛型擦除原理
java·开发语言
漫漫不慢.4 小时前
ArrayList<E>案例//定义一个方法,将价格低于3000的手机信息返回
java·idea
ApiHug5 小时前
Spring boot 3.4 后 SDK 升级,暨 UI & API/MCP 计划
java·人工智能·ai·llm·apihug·apismart·mcp