Forum Discussion
Demonasius_3373
Nimbostratus
Sep 20, 2018LocalLBNodeAddress.get_statistics not displaying value
Hello all, quick question. So I am entering the following to get the current connections on a node and all it gives me is a blank line, no errors and no output. Just curious how to go about getting it to display the correct value. Thanks in advance for the help.
$ic = get-
$ic.LocalLBNodeAddress.get_statistics("NODE_IP") | %{$_.statistics.statistics | ? {$_.type -eq "STATISTIC_SERVER_SIDE_CURRENT_CONNECTIONS"} | %{$_.value.low} }
No RepliesBe the first to reply
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