Forum Discussion

Tim_Harber's avatar
Apr 05, 2018

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?

4 Replies