簡體   English   中英

使用chronos-report-maven-plugin(Jmeter-Chronos)顯示每個響應結果

[英]Show each response result using chronos-report-maven-plugin (Jmeter - Chronos)

我正在使用jmeter和maven進行性能測試(REST)。
在pom中,我具有以下插件:

  • chronos-jmeter-maven-plugin:執行我的jmx項目
  • chronos-report-maven-plugin:使用性能指標創建報告站點

有時,有些測試失敗,而我看不到該服務的響應。 有什么辦法可以查看報告中的所有請求和響應? 還是失敗的回應?

配置部分應允許您啟用響應和其他詳細信息。 盡力而為。 您可以在pom文件中包含插件的config部分嗎?

                            <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>

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM