jmeterjmeter-pluginsjmeter-5.0

Jmeter Report Generation


i'm new to performance testing especially in jmeter

my question is, is there any alternative beside HTML Dashboard report for generating report in jmeter?

i'm wondering is there any other alternative so i could pick what extension or plugin for generating report that meets my requirements

Thank you for your attention and answers


Solution

    1. JMeter's .jtl result files are basically CSV files so you can use Excel or equivalent to make tables/charts you want.
    2. You can open results file with the Listener of your choice (including plugins) and save the tables or charts as CSV or PNG files
    3. Basically the same as point 2 but unattended and automated: JMeterPluginsCMD Command Line Tool
    4. Taurus framework comes with Existing Results Loader executor which allows uploading test results to BlazeMeter platform where you can analyze and export them