MR::connection_instance

Description

This iRule command returns the connection instance and the number of connections as configured in the peer object used to create the connection. The return will be formated as ” of “. For incoming connections, it will return “0 of 1”.

Syntax

MR::connection_instance

Examples

when SERVER_CONNECTED {
    log local0. "[MR::connection_instance] [MR::connection_mode]"
}