Forum Discussion
MR_PB_70911
Feb 24, 2011Nimbostratus
Get Local traffic statistics > Nodes
Hi How can i return the connections from each node displayed in Local traffic statistics. Something like: (Get-F5.iControl).LocalLBPoolMember.get_statis...
SGray_83409
Apr 22, 2013Nimbostratus
Since there are enough views, but no reply though I'd put something in here to help folks out. Use this with my graceful stop routine.
$ic = get-F5.iControl
$ic.LocalLBNodeAddress.get_statistics("NODE_IP") | %{$_.statistics.statistics | ? {$_.type -eq "STATISTIC_SERVER_SIDE_CURRENT_CONNECTIONS"} | %{$_.value.low} }
Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects