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...
Jack_Rodriguez1
Nimbostratus
Jan 29, 2007We just tried the new code but are still having problems. It seems that once the source IP reaches the conn_threshold value, it seems to go one abouve that value and then it stops counting. This means that we set the conn_threshold to equal 30 and we have entries in our log for 31 but never anything above that. Any idea where this is breaking down?
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
