Forum Discussion
- Magnum_IPNimbostratus
...and the connection limit value as set on the virtual server?
fergu5
- hooleylistCirrostratusI don't think you can access the counts or limit from an iRule. However, you could track this yourself by incrementing a subtable entry on CLIENT_ACCEPTED and decrementing it on CLIENT_CLOSED. For the connection limit value, you'd need to hard code this in the iRule.
- Colin_Walker_12Historic F5 AccountAaron's correct, there currently isn't any way to query this type of information about the virtual server. You could get the name of the virtual you're on with the virtual command, though, and store a list of virtual name -> info mappings in a class, if you want. That way you could manage the info in bulk, relatively easily, and the iRule could dynamically pull the info as necessary and act accordingly.
- Magnum_IPNimbostratusTime for some lateral thinking or back to the drawing board on this prob;-)