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,错误率

  • 相关阅读:
    Android笔记——UI开发
    P2P网络借贷系统-核心功能-用户投标-业务解说
    java回调简单实现
    Java面向对象编程(二)
    POJ-1190-生日蛋糕-DFS(深搜)-枚举-多重剪枝
    设计模式笔记——装饰模式
    bbed初体验
    高速理解环境变量
    最短路算法之 Dijkstra算法
    C++课程资源下载问题
  • 原文地址:https://www.cnblogs.com/long-gengyun/p/3423737.html
Copyright © 2011-2022 走看看