Forum Discussion
Blue_whale
Cirrocumulus
Jul 24, 2020How 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)
- Blue_whale
Cirrocumulus
Thanks , do you know how to check in CLI
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'"