Hi
Write a custom XSLT, there are two sample XSLT files that ship with jmeter.
(XSLT can generate CSV files )
In your build script

    <jmeter
        jmeterhome=".."
        testplan="${run.test.plan}"

resultlog="${report.dir}/${run.test.report}-${run.env}-${DSTAMP}${TSTAMP}.jtl">
        <property name="jmeter.save.saveservice.output_format" value="xml"/>
    </jmeter>
    <xslt

in="${report.dir}/${run.test.report}-${run.env}-${DSTAMP}${TSTAMP}.jtl"

out="${report.dir}/${run.test.report}-${run.env}-${DSTAMP}${TSTAMP}.html"
        style="${styles.dir}/${xsl.file}"/>

regards
deepak


On Wed, Jul 29, 2009 at 2:40 AM, Jantien Sessink <[email protected]> wrote:

> Hello,
>
> We are using JMeter for performance testing for quite some time, but always
> in GUI mode. We now want to run these tests in a batch at night and have a
> result report in the morning.
> The problem is that after running the tests we get a lot of .jtl files that
> have to be opened in the Summary Report Listener of the JMeter GUI one by
> one, then saved to .csv and then imported in MS Excel for further analyses.
> This is very time consuming and we would like to automated that step. Is it
> possible to convert the .jtl output to a summary report in .csv format
> without using the GUI? I hope someone can help me, since there doesn't seem
> to be anything on the web about this problem.
>
> Kind regards,
> Jantien
>

Reply via email to