Options

active connection count

Hi,

I'm still a newbie at this & new to this forum. We have 2 AX 1030s in a VRRP-A config. I'm trying to get an accurate count of active connections through a service group that has multiple servers used for ldaps. The graphs/tables on the monitor tab don't reflect the current active connection count. I know this because even after nobody is connecting to that VIP, the graphs still show active connections. I have the auto-refresh set to 1 minute, but they still linger & show the wrong info so I end up clicking on the service group tab at the top to refresh again. Does anyone know a better way to get the correct number of active connections.

Thanks.

Comments

  • Options
    diederikdiederik Member
    edited June 2016
    Have you tried the CLI?

    show slb virtual server <VIP name>
    show slb service-group <group name>
    show slb server <server name>

    They will show you the actual session in the session cache.
    And although users might not be actively using connections, they could stay up/idle, and often connections do not get torn down properly and will need to time out.
Sign In or Register to comment.