Forum Discussion
Mikoto_Misaka_1
Nimbostratus
Mar 15, 2006VIP's Current Connection
Hello,
I would like to log the number of VIP's current Connection.
So, Is there the variable of VIP's current Connection on iRule ?
For example,
when a VIP's current con...
JRahm
Admin
Mar 15, 2006Try this:
when CLIENT_CONNECTED {
set curr_conns 0
incr curr_conns
if ( $curr_conns >= 100) {
log "Total Connections = $curr_conns"
}
}
when CLIENT_CLOSED {
incr curr_conns -1
}Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects
