it appears in the html report apdex table. I'll fix it unless you do before.
On Thursday, May 12, 2016, sebb <[email protected]> wrote: > On 12 May 2016 at 22:03, Philippe Mouawad <[email protected] > <javascript:;>> wrote: > > From what I understand: > > > > Time < T => Users Satisfied > > T < Time < F => Tolerated response times > > Time > F => Users frustrated > > Yes, and a threshold is the point at which the classification changes. > > > What do you propose ? > > I don't know how it is used. > Where does it appear? > > But the obvious answer is > > T (Toleration threshold) > F (Frustration threshold) > > > Thanks > > > > On Thu, May 12, 2016 at 10:55 PM, sebb <[email protected] <javascript:;>> > wrote: > > > >> On 12 May 2016 at 21:49, Philippe Mouawad <[email protected] > <javascript:;>> > >> wrote: > >> > On Thu, May 12, 2016 at 10:44 PM, sebb <[email protected] > <javascript:;>> wrote: > >> > > >> >> On 12 May 2016 at 21:07, <[email protected] <javascript:;>> > wrote: > >> >> > Author: pmouawad > >> >> > Date: Thu May 12 20:07:51 2016 > >> >> > New Revision: 1743558 > >> >> > > >> >> > URL: http://svn.apache.org/viewvc?rev=1743558&view=rev > >> >> > Log: > >> >> > Clarify T and F > >> >> > > >> >> > Modified: > >> >> > > >> jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties > >> >> > > >> >> > >> jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties > >> >> > > >> >> > Modified: > >> >> jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties > >> >> > URL: > >> >> > >> > http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties?rev=1743558&r1=1743557&r2=1743558&view=diff > >> >> > > >> >> > >> > ============================================================================== > >> >> > --- > >> >> jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties > >> >> (original) > >> >> > +++ > >> >> jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties > >> Thu > >> >> May 12 20:07:51 2016 > >> >> > @@ -857,8 +857,8 @@ report_writer=Report Writer > >> >> > report_writer_html=HTML Report Writer > >> >> > reportgenerator_summary_apdex_apdex=Apdex > >> >> > reportgenerator_summary_apdex_samplers=Label > >> >> > -reportgenerator_summary_apdex_satisfied=T > >> >> > -reportgenerator_summary_apdex_tolerated=F > >> >> > +reportgenerator_summary_apdex_satisfied=T (Satistied threshold) > >> >> > +reportgenerator_summary_apdex_tolerated=F (Tolerated threshold) > >> >> > >> >> Why are the initials apparently completely unrelated to the meaning? > >> >> > >> > > >> > > >> > http://en.youscribe.com/catalogue/tous/defining-the-application-performance-index-apdex-511780 > >> > >> That implies that F == Frustrated > >> > >> So F is really the Frustation Threshold and T is the Toleration > threshhold. > >> > >> > http://apdex.org/documents/55AOpenMeetingoftheApdexAlliance.pdf > >> > > >> >> > >> >> > reportgenerator_summary_errors_count=Number of errors > >> >> > reportgenerator_summary_errors_rate_all=% in all samples > >> >> > reportgenerator_summary_errors_rate_error=% in errors > >> >> > > >> >> > Modified: > >> >> > jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties > >> >> > URL: > >> >> > >> > http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties?rev=1743558&r1=1743557&r2=1743558&view=diff > >> >> > > >> >> > >> > ============================================================================== > >> >> > --- > >> >> > jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties > >> >> (original) > >> >> > +++ > >> >> > jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties > >> >> Thu May 12 20:07:51 2016 > >> >> > @@ -842,8 +842,8 @@ report_writer=R\u221A\u00A9dacteur du Ra > >> >> > report_writer_html=R\u221A\u00A9dacteur de rapport HTML > >> >> > reportgenerator_summary_apdex_apdex=Apdex > >> >> > reportgenerator_summary_apdex_samplers=Libell\u00E9 > >> >> > -reportgenerator_summary_apdex_satisfied=T > >> >> > -reportgenerator_summary_apdex_tolerated=F > >> >> > +reportgenerator_summary_apdex_satisfied=T (Temps souhait\u00E9) > >> >> > +reportgenerator_summary_apdex_tolerated=F (Temps tol\u00E9r\u00E9) > >> >> > reportgenerator_summary_errors_count=Nombre d'erreurs > >> >> > reportgenerator_summary_errors_rate_all=% de tous les > >> \u00E9chantillons > >> >> > reportgenerator_summary_errors_rate_error=% des erreurs > >> >> > > >> >> > > >> >> > >> > > >> > > >> > > >> > -- > >> > Cordialement. > >> > Philippe Mouawad. > >> > > > > > > > > -- > > Cordialement. > > Philippe Mouawad. > -- Cordialement. Philippe Mouawad.
