Forum Discussion
Generate istats for cipher version used with server-ssl profile
I recently learned of istats (thanks, Kevin Stewart!) and am using this irule to get client-side cipher data:
when CLIENTSSL_HANDSHAKE { ISTATS::incr "ltm.virtual [virtual name] c [SSL::cipher version]:[IP::client_addr]" 1 }
Works like a charm. Now, I need to adapt this method to show me the server-side cipher data.
I would something like ltm.pool [pool name] and [IP:server_addr] (and I've blindly tried many variations)?
Any help would be appreciated. Especially where I can find a reference for istats.
- Kevin_Stewart
Employee
This is a great reference: https://devcentral.f5.com/articles/introduction-to-istats-part-1-overview
Try this:
when SERVERSSL_HANDSHAKE { ISTATS::incr "ltm.pool [LB::server pool] c [SSL::cipher version]:[IP::server_addr]" 1 }
Recent Discussions
Related Content
* 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