Forum Discussion
clazba
Nimbostratus
15 years agotable command, how to log a timeout
Hi,
I would like to be able to log when a connection has timed out and thus dropped off the table in a rate limiting irule.
As far as I can tell there is no specific event triggere...
spark_86682
15 years agoHistoric F5 Account
Well, if all you want to do is eventually notice that an entry expired, especially if expiration is a rare event, then I think you can just use two counters: one for when you add an entry, and one for when you explicitly delete one. The difference between them minus the current number of entries is how many entries expired on their own.