Forum Discussion

Pushkar_73645's avatar
Pushkar_73645
Icon for Nimbostratus rankNimbostratus
Feb 03, 2011

Active connections to pool member

Does anyone know how to find active connections to a pool member using a soap ui?

 

 

when we force disable a node on load balancer, Lb stops opening new connections to that node, but leaves existing connections open till they time out. Is there a way we can see how many connections are yet to time out?

 

 

Thanks,

 

  • Have a look at the get_statistics() method in LocalLB.PoolMember:

     

    http://devcentral.f5.com/wiki/default.aspx/iControl/LocalLB__PoolMember.html

     

    -Matt