Home > Configuration > NS > setnshttpprofile_apdexcltresptimethreshold

setnshttpprofile_apdexcltresptimethreshold

Use this method to set this option sets the satisfactory threshold (T) for client response time in milliseconds to be used for APDEX calculations. This means a transaction responding in less than this threshold is considered satisfactory. Transaction responding between T and 4*T is considered tolerable. Any transaction responding in more than 4*T time is considered frustrating. Citrix ADC maintains stats for such tolerable and frustrating transcations. And client response time related apdex counters are only updated on a vserver which receives clients traffic.

Syntax



Parameters

name

Name of the HTTP profile to be modified.
This is mandatory parameter.

apdexcltresptimethreshold

This option sets the satisfactory threshold (T) for client response time in milliseconds to be used for APDEX calculations. This means a transaction responding in less than this threshold is considered satisfactory. Transaction responding between T and 4*T is considered tolerable. Any transaction responding in more than 4*T time is considered frustrating. Citrix ADC maintains stats for such tolerable and frustrating transcations. And client response time related apdex counters are only updated on a vserver which receives clients traffic.
Default value = SI_APDEX_DEFAULT_CLT_THRESHOLD.
Minimum value = 1.
Maximum value = 3600000.

Return Value

Returns simpleResult

See Also