Forum Discussion
mishiranu_20050
Nimbostratus
Aug 05, 2015Count number of connection per server node member
Hi,
would like to know if there are any tmsh cut command for the count of each node member hitting on the VIP.
I knew the count number of connection per source ip which is below
"tmsh show sys connection cs-server-addr VIP | egrep -v 'T|S' | cut -d: -f 1 |sort | uniq -c"
i want to know what would i change if i needed to count per server node member.
Your help would greatly appreciated!
7 Replies
- kunjan_118660
Cumulonimbus
Try this.
tmsh show ltm virtual VIP detail | sed -n '/Node/,/Current/p'
- mishiranu_20050
Nimbostratus
Hi Kunjan Thanks this would show the current stats using ltm console - mishiranu_20050
Nimbostratus
Hi Kunjan Thanks this would show the current stats using ltm console
- kunjan
Nimbostratus
Try this.
tmsh show ltm virtual VIP detail | sed -n '/Node/,/Current/p'
- mishiranu_20050
Nimbostratus
Hi Kunjan Thanks this would show the current stats using ltm console - mishiranu_20050
Nimbostratus
Hi Kunjan Thanks this would show the current stats using ltm console
- arpydays
Nimbostratus
try this, it should give you count pool member
tmsh show sys connection cs-server-addr VIP | grep -v 'T\|S' | awk '{print $4}' |sort | uniq -c
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects