Forum Discussion
Rusty_Hale_8009
Nimbostratus
Jan 25, 2007I want to log the value in the array for total connections.
I have this iRule: when RULE_INIT {
array set ::active_clients { }
}
when CLIENT_ACCEPTED {
set client_ip [IP::remote_addr]
set conn_threshold 10
if { [info exists ::active_clients($clien...
Jan 25, 2007
Maybe I'm missing something but why don't you just put it in a variable and log that value?
set total_cons $::active_clients($client_ip)
log local0. "Total Connections: $total_cons"-Joe
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
