$route.sps
Get the current session per second per route. It calculates the number of sessions which started last 1000 milliseconds under the same routename which doesn’t include rejected requests.
Note: $route.sps method is available in the Advanced Edition only.
Syntax:
$route.sps( routename )
Returns:
the session per second per route
Version Since:
3.4.4.1
Example:
$math.le($route.sps("route"),"100") = true
If the number of session-per-second is less than or equal to 100.