24-Jul-2020 09:40
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
24-Jul-2020 13:44
Hi chethan,
For active connections via GUI: Local Traffic > Virtual Servers > Statistics(top tab)
25-Jul-2020
01:51
- last edited on
24-Mar-2022
02:09
by
li-migration
Thanks , do you know how to check in CLI
28-Jul-2020
02:31
- last edited on
04-Jun-2023
21:21
by
JimmyPackets
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'"