Forum Discussion
Delete/Show all connections to a pool member, and then reset-stat????
Hey ,
Here,
To show connections table of any pool member (this you know already),
tmsh show /sys connection ss-server-addr <member IP address> ss-server-port <member server port>
Alternatively you can use the pool command as well to show the members stats with a show command.
This will show you the complete stats of the pool and its members connections.
tmsh show ltm pool <pool-name> members
You can use the grep command to see if there's any current connections are not.
tmsh show ltm pool <pool-name> | grep "Current Connections"
With the above you could get the current connections going to the complete pool. So if you want to go pool member specific, use members command and grep them,
tmsh show ltm pool <pool-name> members | grep -E "Ltm|Current Connections"
If you'd like to view of particular member IP:PORT, you can still put that too.
Regarding the reset of stats, the command is,
tmsh reset-stats ltm pool <pool-name>
When you run that, the complete stats gets reset for that particular pool and its pool members. Then you can view if any connections are coming with the show sys connection or show ltm pool commands. There are many more ways too, one such is GUI too.
Hope this helps.
Recent Discussions
Related Content
* 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