[ 
http://jira.codehaus.org/browse/MOJO-1460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Damien Feugas updated MOJO-1460:
--------------------------------

    Attachment: Patch.zip

Hello.

Here the promise patch. 
Indeed, modifying the chronos plugin to process multiple files was not so 
complicated.
I tried not to modify the existing classes, only ReportMojo, JMeterTestMojo and 
ReportGenerator and CheckMojo to change some private visibility.

I made new Mojos (JMeterMultipleMojo, CheckMultipleMojo and ReportMultipleMojo) 
to implement new targets (test-multiple, check-multiple and report-multiple 
respectively). Most of time I inherit from the existing mojo, but for 
ReportMultipleMojo I have to duplicate some code in executionReport(). I'm 
sorry for that.

These new target do not take individual input file, but an 'inputFolder' 
parameter instead. All .jmx/.jtl in that input folder are passed to JMeter, and 
corresponding .ser are processed during reporting.

Hope it will help !

Damien.

> Ability to process multiple .jmx / .jtl
> ---------------------------------------
>
>                 Key: MOJO-1460
>                 URL: http://jira.codehaus.org/browse/MOJO-1460
>             Project: Mojo
>          Issue Type: New Feature
>          Components: chronos
>            Reporter: Damien Feugas
>            Assignee: Kent Soelvsten
>         Attachments: Patch.zip
>
>
> Hi there !
> Currently the chronos plugin is limited to process only one .jmx/.jtl
> I'd like to process multiple scenarii.
> I'm already working on a proposal, formed of three goals:
>     jmeter-multiple (work with a 'inputFolder' parameter instead of 
> 'inputFile')
>     check-multiple (gets all perf-.*.ser in the chronos result folder)
>     report-multiple (aggregate all .*.ser in the chronos result folder)
> The two first goals are quite complete, i'll post code as soon as it's 
> complete
> Bye !

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to