The Request Log Analyzer includes functionality to report on the number of requests that exceed a threshold. For instance, by default the Request Log Analyzer reports the number of requests that took longer than 1.25 seconds total round-trip response time. The following threshold flags allow the user to specify the exact setting to use as a threshold for many metrics.
--threshEngine
: specifies the threshold for engine-only processing time, in milliseconds. The default is 500.--threshResponse
: specifies the threshold for round-trip response time, in milliseconds. The default is 1250.--threshResponseDiff
: specifies the threshold for response differential time (the difference between round-trip response time and engine-only processing time), in milliseconds. The default is 500.--threshResponseSize
: specifies the threshold for response size, in bytes. The default is 393216, which is equivalent to 384K.--threshQueueLength
: specifies the threshold for the number of queued requests. This metric is only calculated when--showThreading
is enabled and is only valid for multithreaded MDEX Engines. The default is 5.--threshBinsRequested
: specifies the threshold for the number of base records requested by the Presentation API. This metric is only calculated when--showProfiles
is enabled. The default is 50.--threshAggrBinsRequested
: specifies the threshold for the number of aggregate records requested by the PresentationAPI. This metric is only calculated when--showProfiles
is enabled. The default is 50.--threshBinsReturned
: specifies the threshold for the total number of base records found by the MDEX Engine (not the number returned in a single page). This metric is only calculated when--showProfiles
is enabled. There is no default.--threshAggrBinsReturned
: specifies the threshold for the total number of aggregate records found by the MDEX Engine (not the number returned in a single page). This metric is only calculated when--showProfiles
is enabled. There is no default.--threshOffse
t: specifies the threshold for the pagination offset requested by the Presentation API. This metric is only calculated when--showProfiles
is enabled. The default is 100.--threshNumNavDescriptors
: specifies the threshold for the number of dimension values specified as descriptors by the Endeca API, not including the default root node (N=0). This metric is only calculated when --showProfiles is enabled. There is no default.--threshNumExposedRefinements
: specifies the threshold for the number of open refinement dimensions specified by the Presentation API, not including requests for no open refinements or all open refinements. This metric is only calculated when--showProfiles
is enabled. There is no default.--threshNumSortKeys
: specifies the threshold for the number of explicit sort keys specified by the Presentation API. This metric is only calculated when--showProfiles
is enabled. The default is 2.--threshNumSearchTerms
: specifies the threshold for the total number of search terms specified the Presentation API, across all search keys. Note that this metric is approximate because of the variety of punctuation and search characters possible. This metric is only calculated when--showProfiles
is enabled. The default is 6.--threshNumSearchKeys
: specifies the threshold for the total number of search keys specified the Presentation API. This metric is only calculated when--showProfiles
is enabled. The default is 3.