Forum Discussion
Resetting Pool statistics using Python SDK on LTM
Using Python I can grab the stat couters using something like
packetsIn = poolstats.entries.get('serverside.pktsIn')['value']
curConns = poolstats.entries.get('serverside.curConns')['value']
How can I clear these counters so they reset to 0?
It doesn't appear that this was actually implemented although it was discussed when stats support was added:
https://github.com/F5Networks/f5-common-python/issues/293
I suggest opening an RFE for this on GitHub.
I went ahead and opened this RFE as I had the related info handy:
https://github.com/F5Networks/f5-common-python/issues/1454
- Jason_NanceNimbostratus
It doesn't appear that this was actually implemented although it was discussed when stats support was added:
https://github.com/F5Networks/f5-common-python/issues/293
I suggest opening an RFE for this on GitHub.
- Jason_NanceNimbostratus
I went ahead and opened this RFE as I had the related info handy:
https://github.com/F5Networks/f5-common-python/issues/1454
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