On 07/03/2008, Quasar <[EMAIL PROTECTED]> wrote: > You have to sort the samples:
Which is why the Aggregate Listener may need lots of memory; it keeps all the sample values to be able to (re)sort them. > > 79 > 125 > 150 > 160 > 175 > 180 > 200 > 200 > 210 > 250 > > > The median (50%line/percentile) is the average of the 5th and 6th > elements (175+180)/2=177.5 > The 90%line/percentile is the 9th element: 210 > > Hope this helps. > > Quasar > > > Joseph Ribin Roy wrote: > > Hi all > > > > > > Sorry if any one had answered this question earlier. > > Can any one explain how 90 % and median is calculated in Jmeter > > > > > > > > Say I have 10 samples with response time in ms > > > > > > 150 > > 200 > > 250 > > 160 > > 180 > > 79 > > 125 > > 210 > > 175 > > 200 > > > > > > How Aggregate Report listener calculate the 90% and median out of this > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

