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

相关推荐
hzb666665 分钟前
xd_day32-day40
java·javascript·学习·安全·web安全·tomcat·php
2201_756206349 分钟前
STM32F407 + ML307 阿里云物联网项目总结
c语言·开发语言·嵌入式硬件
小糯米6019 分钟前
C++ 单调栈原理与模板
开发语言·c++·算法
东北甜妹9 分钟前
Python脚本
java·开发语言·前端
心勤则明9 分钟前
Spring AI Alibaba 实战 MCP 协议
java·人工智能·spring
NGC_661116 分钟前
ConcurrentHashMap1.8 多线程扩容机制
java·开发语言
东离与糖宝24 分钟前
不用Python!Java+Spring AI 3.x本地RAG系统搭建实战
java·人工智能
堕27426 分钟前
JavaEE初阶——《多线程--. 多线程带来的的⻛险-线程安全 (重点)》
java·算法·java-ee
book123_0_9928 分钟前
spring 跨域CORS Filter
java·后端·spring
空空潍29 分钟前
Spring AI 实战教程(一)入门示例
java·后端·spring·ai