Forum Discussion
mishiranu_20050
Aug 05, 2015Nimbostratus
Count 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!
- kunjan_118660Cumulonimbus
Try this.
tmsh show ltm virtual VIP detail | sed -n '/Node/,/Current/p'
- mishiranu_20050NimbostratusHi Kunjan Thanks this would show the current stats using ltm console
- mishiranu_20050NimbostratusHi Kunjan Thanks this would show the current stats using ltm console
- kunjanNimbostratus
Try this.
tmsh show ltm virtual VIP detail | sed -n '/Node/,/Current/p'
- mishiranu_20050NimbostratusHi Kunjan Thanks this would show the current stats using ltm console
- mishiranu_20050NimbostratusHi Kunjan Thanks this would show the current stats using ltm console
- arpydaysNimbostratus
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