Forum Discussion

jlarger's avatar
jlarger
Icon for Cirrus rankCirrus
Sep 19, 2018

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.