Search code examples
elasticsearchjmeterkibanaeasyhtmlreporthtml-reports-jenkins

Html report configuration for Jmeter Test


i have a requirement is need to provide the HTML report for the Jmeter Test. 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.

So other than Dashboard report, JmeterANT any other Html Report is available to configure.

If any one know about Kibana Dashboard for HTML Report, let me know for configuration.


Solution

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

    • aggregate_rpt_pct1 : Defaults to 90

    • aggregate_rpt_pct2 : Defaults to 95

    • aggregate_rpt_pct3 : Defaults to 99

    So you should be able to see at least 3 above or amend the values according to your needs.


    Apart from listed I'm aware of 2 more approaches:

    1. You can configure a Grafana Dashboard like below:

      JMeter Grafana Dashboard

      and feed it data from JMeter using Backend Listener.

    2. You can use a 3rd-party analysis service like BM.Sense which can report a lot of centiles including 90%

      Blazemeter Sense Percentiles Composite Timeline