Bug 60686 - Generate Report Dashboard from XML log files
Summary: Generate Report Dashboard from XML log files
Status: NEW
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 3.1
Hardware: PC Linux
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-03 16:59 UTC by Luciano Silveira
Modified: 2017-02-04 21:14 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Luciano Silveira 2017-02-03 16:59:45 UTC
Currently my Report and Charting tool uses XML logs.

I would like to continue generating reports in this format and still be able to use the new Reports / Graphs made available in Jmeter 3.
Comment 1 Philippe Mouawad 2017-02-04 21:14:18 UTC
You could do that by adding a ViewResults Tree that generates an XML and use CSV output as per:
http://jmeter.apache.org/usermanual/generating-dashboard.html

Otherwise you can contribute a PR for it.
I think you can start with:
- creating an XML equivalent of CSVSampleReader. Create an interface that CSVSampleReader and XMLSamplerReader implement
Comment 2 The ASF infrastructure team 2022-09-24 20:38:07 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4263