简体   繁体   中英

Any global reporting format to show the JMeter performance result?

I am not able to show the report to the management team in proper format. if you guys have any standared format or global format then please suggest me.

JMeter's .jtl results file is basically a CSV file containing Sampler start time, elapsed time, connect time, whether it was successful or not, and so on, the columns can be chosen via Results File Configuration

So you need to ask your management what form of "report" do they expect and generate tables and charts they're looking for.

Some options you can use fully or partially:

  1. JMeter Listeners which can read the.jtl file, do some calculations/plotting and save the output in form of CSV or PNG files

  2. JMeter Plugins Command Line Tool which does the same but provides possibility of automation and some extra charts on top

  3. Graphs Generator Listener

  4. It's possible to generate HTML Reporting Dashboard out of the.jtl results file

  5. There is BlazeMeter Uploader plugin (can be installed using JMeter Plugins Manager ) which uploads your test results to BlazeMeter and you can export a management-friendly report from there

    在此处输入图像描述

  6. And last but not the least you can use MS Excel or equivalent to produce whatever output you want

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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