Forum Discussion
Demonasius_3373
Nimbostratus
7 years agoLocalLBNodeAddress.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