Home > Configuration > Stream > setstreamidentifier_interval

setstreamidentifier_interval

Use this method to set number of minutes of data to use when calculating session statistics (number of requests, bandwidth, and response times). The interval is a moving window that keeps the most recently collected data. Older data is discarded at regular intervals.

Syntax



Parameters

name

The name of stream identifier.
This is mandatory parameter.

interval

Number of minutes of data to use when calculating session statistics (number of requests, bandwidth, and response times). The interval is a moving window that keeps the most recently collected data. Older data is discarded at regular intervals.
Default value = 1.
Minimum value = 1.
Maximum value = STREAM_MAX_IDENTIFIER_INTERVAL.

Return Value

Returns simpleResult

See Also