Home > Configuration > Stream > setstreamidentifier_sort

setstreamidentifier_sort

Use this method to set sort stored records by the specified statistics column, in descending order. Performed during data collection, the sorting enables real-time data evaluation through Citrix ADC policies (for example, compression and caching policies) that use functions such as IS_TOP(n).

Syntax



Parameters

name

The name of stream identifier.
This is mandatory parameter.

sort

Sort stored records by the specified statistics column, in descending order. Performed during data collection, the sorting enables real-time data evaluation through Citrix ADC policies (for example, compression and caching policies) that use functions such as IS_TOP(n).
Default value = STREAM_DIMENSION_REQUESTS.
Possible Values : REQUESTS, CONNECTIONS, RESPTIME, BANDWIDTH, RESPTIME_BREACHES, NONE.

Return Value

Returns simpleResult

See Also