1

I have multiple samples under Transaction Controller but in aggregate report it is showing individual samples instead of showing overall response time of transaction controller. In my Script for Transaction Controller i have already checked in Generate Parent Sample and also I have updated the meter.properties file to

summariser.ignore_transaction_controller_sample_result=false

but still seeing same issue I am using Jmeter5.0 ,does anyone know why it is not showing results on Transaction controller level It is only happening when I am running test in non-gui modern GUI mode it is working fine

4

2 回答 2

2

这是自票据62470中引入的 JMeter 5.0 以来的默认功能。

有可能将 JMeter 恢复到以前的行为,您需要将下一行添加到user.properties文件:

jmeter.save.saveservice.subresults=false

需要重新启动 JMeter 才能获取该属性

更多信息:

于 2018-11-12T07:08:48.230 回答
1

在聚合报告侦听器配置中取消选中“保存子结果”,然后重新运行测试。

在此处输入图像描述

这应该提供没有单个采样器结果的 CSV。

此外,即使在 GUI 模式下,如果未取消选中此选项,正在创建的 CSV 将具有单独的样本结果。但是,聚合报告 UI 将仅显示事务级别的详细信息。

这个假设的问题出现在 JMeter 5.0 中,因为“保存子结果”选项现在可以在 CSV 中使用,这与以前的版本中只有 XML 中的选项不同。

于 2018-11-11T08:54:25.607 回答