[ 
https://issues.apache.org/jira/browse/QPID-3977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Keith Wall updated QPID-3977:
-----------------------------

    Description: 
We need a flexible charting mechanism to allow the performance figures produced 
by the new distributed test tool (QPID-3936) to be readily understood.   This 
new Java module uses JFreeChart to produce charts from the CSV files produced 
by the tool.

As the licences of the dependencies of this module are not Apache 2.0 
compatible, the new module perftests/visualisation-jfc is optional and is not 
part of the standard Java build nor does it form part of the distributables.  
If the user wishes to use this module, they must download the JARs themselves.  
This is the same approach as used by the bdbstore.

The following build command will download the optional components and perform 
the build:

{code}
ant build test -Ddownload-csvjdbc=true -Ddownload-jfree=true 
-Dmodules.opt=perftests/visualisation-jfc
{code}




  was:
We need a flexible charting mechanism to allow the performance figures produced 
by the new distributed test tool (QPID-3936) to be readily understood.   This 
new Java module uses JFreeChart to produce charts from the CSV files produced 
by the tool.

As the licences of the dependencies of this module are not Apache 2.0 
compatible, the new module perftests/visualisation-jfc is optional and is not 
part of the standard build or distributables.  If the user wishes to use this 
module, they must download the JARs themselves.  This is the same approach as 
used by the bdbstore.




    
> Add charting framework for new distributed tests framwork
> ---------------------------------------------------------
>
>                 Key: QPID-3977
>                 URL: https://issues.apache.org/jira/browse/QPID-3977
>             Project: Qpid
>          Issue Type: New Feature
>          Components: Java Tests
>            Reporter: Keith Wall
>            Assignee: Keith Wall
>             Fix For: 0.17
>
>
> We need a flexible charting mechanism to allow the performance figures 
> produced by the new distributed test tool (QPID-3936) to be readily 
> understood.   This new Java module uses JFreeChart to produce charts from the 
> CSV files produced by the tool.
> As the licences of the dependencies of this module are not Apache 2.0 
> compatible, the new module perftests/visualisation-jfc is optional and is not 
> part of the standard Java build nor does it form part of the distributables.  
> If the user wishes to use this module, they must download the JARs 
> themselves.  This is the same approach as used by the bdbstore.
> The following build command will download the optional components and perform 
> the build:
> {code}
> ant build test -Ddownload-csvjdbc=true -Ddownload-jfree=true 
> -Dmodules.opt=perftests/visualisation-jfc
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to