Forum Discussion
jacques_pouyaud
Aug 29, 2006Historic F5 Account
how to have timestamp
Hi,
I need to store timestamp in an array. Thoose timestamp would be the BigIP time NTP when I've received the TCP SYN/SYN ACK /ACK.
How can I achieved this ?
- Deb_Allen_18Historic F5 AccountSomething like this would work, although I'd be wary of building such a huge array as to cause memory exhaustion:
HTHwhen RULE_INIT { array set ::myArray { } } when CLIENT_ACCEPTED { set ::myArray([IP::client_addr]) [clock seconds] }
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