【问题标题】:Show each response result using chronos-report-maven-plugin (Jmeter - Chronos)使用 chronos-report-maven-plugin (Jmeter - Chronos) 显示每个响应结果
【发布时间】:2012-11-27 19:33:55
【问题描述】:

我正在使用 jmeter 和 maven 进行性能测试 (REST)。
在我的 pom 中,我有以下插件:

  • chronos-jmeter-maven-plugin:执行我的 jmx 项目
  • chronos-report-maven-plugin:使用性能指标创建报告站点

有时,有一些测试失败,我无法看到服务的响应。有什么方法可以查看报告中的所有请求和响应?还是失败的响应?

【问题讨论】:

    标签: java maven jmeter


    【解决方案1】:

    配置部分应允许您启用响应和其他详细信息。尝试真实和真实。您能否在 pom 文件中包含插件的配置部分?

                                <configuration>
                                    <description>This is the description of the generated report</description>
                                    <title>Report title</title>
                                    <showaverage>false</showaverage>
                                    <showpercentile>false</showpercentile>
                                    <showinfotable>false</showinfotable>
                                    <showtimeinfo>false</showtimeinfo>
                                    <showsummary>true</showsummary>
                                    <showdetails>false</showdetails>
                                    <showresponse>true</showresponse>
                                    <showhistogram>true</showhistogram>
                                    <showthroughput>false</showthroughput>
                                    <showgc>false</showgc>
                                </configuration>
    

    【讨论】:

      猜你喜欢
      • 2011-04-11
      • 1970-01-01
      • 2018-11-24
      • 2018-12-31
      • 2017-10-23
      • 1970-01-01
      • 2017-08-12
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多