Forum Discussion
NzYme_68513
Jul 11, 2012Nimbostratus
Ok I got by that part after reading that tech tip but what's the syntax to grab the stats? I have the code like this:
$stats = $objiControl.LocalLBPoolMember.get_statistics( (,$pool_name), $MemberDefAofA);
How would I grab the maximum and current connections for each member of the pool? I ran another get-member and it's as:
iControl.LocalLBPoolMemberMemberStatisticEntry[] statistics {get;set;}
Kind of stuck at $stats.statistics{get;set;}....