当前位置: 首页 > article >正文

jmeter定时器-Constant Throughput Timer

jmeter定时器-Constant Throughput Timer

  • 说明
  • 测试场景
    • 新增Constant Throughput Timer
      • this Thread only
        • 执行结果
        • 结论
      • all active threads
        • 执行结果
        • 结论
      • all active threads in current thread group
        • 执行结果
        • 结论
      • all active threads(shared)
        • 执行结果
        • 结论
      • all active threads in current thread group(shared)
        • 执行结果
        • 结论

说明

在这里插入图片描述

  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


http://www.kler.cn/a/592466.html

相关文章:

  • 【从零开始学习计算机】计算机网络(二)物理层
  • Web3到底解决了什么问题?
  • 隐私权案件如何办理?公众人物隐私权为何受限?
  • 【Linux】Windows 客户端访问 Linux 服务器
  • 《Linux 网络架构:基于 TCP 协议的多人聊天系统搭建详解》
  • 数据库GreenDao的使用、升级、以及相关常用注释说明
  • 如何为预训练模型进行领域适配:全参数微调、LoRA 还是 Prompt Tuning?
  • 3.数据探索与可视化基本图形(直方图、箱线图、散点图)——Python数据挖掘代码实践
  • Java 中 LinkedList 的底层数据结构及相关分析
  • kubectl describe pod 命令以及输出详情讲解
  • 基于Flask的自闭症患者诊断辅助系统:助力自闭症诊断
  • 【Golang那些事】go1.22和1.23 更新重点及测评
  • 从技术角度看交互作用分析
  • 【C# 上位机UDP通讯】
  • Webpack 基础
  • Minecraft命令总结(持续更新)
  • python本地连接minio
  • 【Android】安卓 Java下载ZIP文件并解压(笔记)
  • 知识图谱知识库汇总
  • 算法刷题区域部分反转