$route.concurrent
Get the number of concurrent sessions associated with the route name.
Syntax:
$route.concurrent( routename )
Returns:
the number of concurrent sessions associated with the routename.
Version Since:
3.1
Example:
$route.concurrent("gateway") = (.+)
Get the number of concurrent sessions under the route “gateway”.