On 31 January 2015 at 08:31, Jeff Ohrstrom <[email protected]> wrote: > 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.
Is it expensive to compute? Does it require much storage? > 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. How would this differ from the existing Listener interface? >> >> This listener could be later enhanced to : >> >> - Generate equivalent of Aggregate Report >> - Possibly graphs based on chartjs or some other graphing JS Library >> >> Thoughts ? > >
