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

相关推荐
xlq223222 分钟前
46.线程池
linux·开发语言
LF男男4 分钟前
Action- C# 内置的委托类型
java·开发语言·c#
记录无知岁月5 分钟前
【C/C++】头文件包含问题分析
c语言·开发语言·c++
神仙别闹14 分钟前
基于Python实现(控制台)个人信息系统
开发语言·python
练习时长一年14 分钟前
@NotEmpty注解引发的报错
java·服务器·前端
HoneyMoose20 分钟前
Discourse 更加依赖 tag 的扁平化管理
开发语言
Hello eveybody25 分钟前
介绍最大公因数和最小公约数(Python)
开发语言·python
谭欣辰26 分钟前
C++ 堆 的基础与 二叉堆详解
开发语言·c++
西海天际蔚蓝29 分钟前
用AI写的一个包含web和小程序的个人简历
java
Ulyanov30 分钟前
《PySide6 GUI开发指南:QML核心与实践》 第十篇:综合实战——构建完整的跨平台个人管理应用
开发语言·python·qt·ui·交互·qml·雷达电子战系统仿真