Forum Discussion

Demonasius_3373's avatar
Demonasius_3373
Icon for Nimbostratus rankNimbostratus
Sep 20, 2018

LocalLBNodeAddress.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