Forum Discussion

Mate_132781's avatar
Mate_132781
Icon for Cirrostratus rankCirrostratus
Feb 17, 2015

LTM View Persistence Connections Timers CLI

Hi,

 

how can I see remaining time for persistent connection?

 

For example if I have persistence per source IP address and I want to see how long current connection exists or what is remaining time before connection tear down?

 

Br, Mate

 

6 Replies

  • Use this command to view persistence records:

    tmsh show /ltm persistence persist-records
    

    The existence of a persistence record does not necessarily mean that there will be an open connection related to that client. The persistence record simply tells LTM which pool member to use if the client makes another request.

    Connection timeout is controlled by the virtual servers tcp profile.

  • Hi

     

    tmsh show /ltm persistence persist-records all-properties

     

    output will show you a row with age it will tell you the how much time has passed in reference to persistence timeout configured on virtual .

     

  • Thank you for your answer.

     

    Is this meaning that persistence counter starts to count after client session is closed?

     

    For example, we have persistence per source IP and 45 min timeout. Client opens the connection and close browser after 5 minutes.

     

    How long persistence for this clinet to same pool member will be valid?

     

  • Is this meaning that persistence counter starts to count after client session is closed?

     

    no. i understand persistence record is created when server is connected.