Automaticng "Save Table Data" from Summary Report/Aggregate Report of Jmeter
Asked Answered
R

1

0

I would like to know how to "Save Table Data" from Summary Report of JMeter automatically so that I can conclude on the Throughput rate.

Currently I can click over "Save Table Data" button at the bottom of the report and store it but how can I automate it.

Also, adding File name in browser saves the data but the header's are different as shown onscreen of Summary/Aggregate report.

P.S: I want to download/save the headers that are displayed on screen of Summary Report / Aggregate Report automatically

Ralleigh answered 21/3, 2018 at 8:2 Comment(1)
Welcome to Stack Overflow! When you created your account here, it was suggested you take the tour and read the help center pages in order to familiarize yourself with the site. Specific pages that you should read include How Do I Ask a Good Question? and How to Create a Minimal, Complete, and Verifiable Example. Please take these introductory steps and then edit your post accordingly.Boylan
T
0

Have a look at the jmeter Non-GUI-Mode options -e and -o. The generated HTML Dashboard contains a statistics table with this information.

However, further processing of the table data seems tricky, because it is hard-coded as JSON in the generated <report_name>/content/js/dashboard.js file.

Trample answered 29/3, 2018 at 12:9 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.