Forum Discussion
snovakov_86258
Jul 10, 2012Nimbostratus
Don't know about any PowerShell iControl cmdlets, but looking at iControl v10.0.0 SDK I see the method:
API Reference/LocalLB/Pool/get_all_statistics()
It apparently returns a PoolStaticEntry[] (which consists of a pool name + a Statistic[] in each element of PoolStaticEntry[]) as well as a timestamp (probably just a string) of when the statistics were taken.
~ snovakov