简体   繁体   English

Jmeter测试的HTML报告配置

[英]Html report configuration for Jmeter Test

i have a requirement is need to provide the HTML report for the Jmeter Test. 我有一个需要提供Jmeter测试的HTML报告。 We are able to configured the Dashboard report [ http://jmeter.apache.org/usermanual/generating-dashboard.html],But in that report we are not able to get the 90% response time. 我们可以配置Dashboard报告[ http://jmeter.apache.org/usermanual/generating-dashboard.html],但是在该报告中我们无法获得90%的响应时间。

So other than Dashboard report , JmeterANT any other Html Report is available to configure. 因此,除了仪表板报告JmeterANT外,其他任何HTML报告都可以配置。

If any one know about Kibana Dashboard for HTML Report, let me know for configuration. 如果有人知道Kibana Dashboard for HTML Report,请告诉我进行配置。

Actually looking into your link I can see the following: 实际上,查看您的链接可以看到以下内容:

Percentiles used by Summary table and Percentile graphs can be adjusted to different values by using the 3 properties: 可以使用以下3个属性将“摘要”表和“百分位数”图使用的百分位数调整为不同的值:

  • aggregate_rpt_pct1 : Defaults to 90 aggregate_rpt_pct1:默认为90

  • aggregate_rpt_pct2 : Defaults to 95 gregation_rpt_pct2:默认为95

  • aggregate_rpt_pct3 : Defaults to 99 gregation_rpt_pct3:默认为99

So you should be able to see at least 3 above or amend the values according to your needs. 因此,您应该至少可以看到3或根据需要修改值。


Apart from listed I'm aware of 2 more approaches: 除了列出的方法,我还知道另外2种方法:

  1. You can configure a Grafana Dashboard like below: 您可以如下配置Grafana仪表板

    JMeter Grafana仪表板

    and feed it data from JMeter using Backend Listener . 并使用Backend Listener从JMeter馈送数据。

  2. You can use a 3rd-party analysis service like BM.Sense which can report a lot of centiles including 90% 您可以使用BM.Sense等第三方分析服务,该服务可以报告很多百分位数,包括90%

    火焰计感官百分比复合时间线

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM