zoukankan      html  css  js  c++  java
  • SOAPUI 压力测试的指标项说明

     

    soapUI Pro指标项说明:

     

    Test Step

    Sets the startup delay for each thread (in milliseconds), setting to 0 will start all threads simultaneously.

    min

    The shortest time the step has taken (in milliseconds).

    max

    The longest time the step has taken (in milliseconds).

    avg

    The average time for the test step (in milliseconds).

    last

    The last time for the test step (in milliseconds).

    cnt

    The number of times the test step has been executed.

    tps

    The number of transactions per second for the test step, see Calculation of TPS/BPS below.

    bytes

    The number of bytes processed by the test step.

    bps

    The bytes per second processed by the test step.

    err

    The number of assertion errors for the test step.

    rat

    Failed requests ratio (the percentage of requests that failed).

    1、Test Step:调用方法名称。

    2、min、max、avg、last:调用时的最小、最大、平均、最近一次的响应时间
    3、cnt总调用次数 ;tps平均每秒调用次数
    4、bytes接口处理的字符数;bps平均每秒接口处理的字符数

    5、err报错次数;rat报错次数/执行次数

    min,最小响应时间
    max,最大响应时间
    avg,平均响应时间
    last,上一次请求响应时间
    cnt,请求数
    tps,每秒处理请求数
    bps,吞吐率
    rat,错误率

  • 相关阅读:
    Shell工具——cut、sed、awk、sort
    基于RocketMQ分布式事务实现
    Alpine Linux 包管理工具
    分布式事务之可靠消息最终一致性
    消息系统本质思考
    深入剖析Redis数据结构
    Feign原理深入剖析
    Shell中 /dev/null用法解析
    Lua 数据类型与变量
    分布式事务之Seata开源方案
  • 原文地址:https://www.cnblogs.com/long-gengyun/p/3423737.html
Copyright © 2011-2022 走看看