Hi, See my answer below
2016-09-06 21:28 GMT+02:00 Philippe Mouawad <philippe.moua...@gmail.com>: > Hello, > I commited few minutes ago the implementation of a new Graph in the HTML > report: > - https://bz.apache.org/bugzilla/show_bug.cgi?id=60091 > > As always feedback is welcome. > But I have 2 questions: > 1/ on how percentile should be computed. > For now percentile is computed per each time period as defined by > granularity, starting from nothing for each time period. > Should we instead take the last percentile computed for previous time > period or proceed differently ? > No opinion > > 2/ Should we exclude Transaction Controller from computation ? Because they > tend if included to hide real response times as being a group of requests, > there value will be much higher than response times. > In y opinion, we should not mix TC and requests grouped by TC but take account of TC usage example 1: TC1: request 1 request 2 TC2: request 3 request 4 Here what I want to see is a Graph that contains min, max, percentil... for only TC (TC1 + TC2) Or if it not possible a Graph that contains min, max, percentil... for only requests (request 1 + request 2 + request 3 + request 4) example 2: TC1: request 1 request 2 request 3 request 4 Here what I want to see is a Graph that contains min, max, percentil... for TC1 + request 3 + request 4 Antonio > Thank you > > -- > Regards. > Philippe M. >