Forum Discussion

Blue_whale's avatar
Blue_whale
Icon for Cirrocumulus rankCirrocumulus
Jul 24, 2020

How to find which VIP is having a maximum number of active connections ?

Hello team ,

 

How to find which VIP is having a maximum number of active connections ?

We are seeing high CPU spike when active connection increases .Can you please advice some tshoot steps to find the root causes .

 

Regards , CK

3 Replies

  • Hi chethan,

     

    For active connections via GUI: Local Traffic > Virtual Servers > Statistics(top tab)

     

    • Enes_Afsin_Al's avatar
      Enes_Afsin_Al
      Icon for MVP rankMVP

      Hi chethan,

      Below command may help you:

      tmsh show ltm virtual | grep 'Ltm::Virtual Server\|Traffic\|Current Connections'
      or
      watch "tmsh show ltm virtual | grep 'Ltm::Virtual Server\|Traffic\|Current Connections'"