SoapUI压力测试的指标项说明
作者:网络转载 发布时间:[ 2014/9/29 16:02:35 ] 推荐标签: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,错误率
相关推荐
更新发布
功能测试和接口测试的区别
2023/3/23 14:23:39如何写好测试用例文档
2023/3/22 16:17:39常用的选择回归测试的方式有哪些?
2022/6/14 16:14:27测试流程中需要重点把关几个过程?
2021/10/18 15:37:44性能测试的七种方法
2021/9/17 15:19:29全链路压测优化思路
2021/9/14 15:42:25性能测试流程浅谈
2021/5/28 17:25:47常见的APP性能测试指标
2021/5/8 17:01:11