On Fri, 2015-01-30 at 13:31 +0100, Philippe Mouawad wrote:
> Hi,
> I intend to commit a BackendListener client implementation that computes
> APDEX at end of Load Test.
> It will take:
> 
>    - Acceptable Response Time (http://www.apdex.fr/) T
>    - Compute F as 4xT but allow customization
>    - List of samples taken into account
> 
> 
> This listener will compute it during load test and generate an HTML file at
> end of test containing it.
Would this enhancement make more sense as an interface so that other
AbstractListenters could implement?  This would be a much needed
enhancement for most (if not all) listeners.

> 
> This listener could be later enhanced to :
> 
>    - Generate equivalent of Aggregate Report
>    - Possibly graphs based on chartjs or some other graphing JS Library
> 
> Thoughts ?


Reply via email to