Windows Server 2016 and 1709+ - Load distribution across nodes

Microsoft.Windows.NetworkLoadBalancing.10.0.LoadDistributionPerformanceView (View)

This performance view shows values of performance counters collected for network adapters which are used by NLB to help understand the overall load distribution.

Element properties:

TargetMicrosoft.Windows.NetworkLoadBalancing.10.0.NetworkAdapter
TypeMicrosoft.SystemCenter.PerformanceViewType
AccessibilityPublic
VisibleTrue

Source Code:

<View ID="Microsoft.Windows.NetworkLoadBalancing.10.0.LoadDistributionPerformanceView" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.NetworkLoadBalancing.10.0.NetworkAdapter" TypeID="SC!Microsoft.SystemCenter.PerformanceViewType" Visible="true">
<Category>Operations</Category>
<Criteria>
<RuleList>
<Rule>$MPElement[Name='Microsoft.Windows.NetworkLoadBalancing.10.0.NetworkInterface.PacketsReceivedPerSecond.Collection']$</Rule>
<Rule>$MPElement[Name='Microsoft.Windows.NetworkLoadBalancing.10.0.NetworkInterface.PacketsSentPerSecond.Collection']$</Rule>
<Rule>$MPElement[Name='WindowsServer64Monitoring!Microsoft.Windows.Server.10.0.NetworkAdapter.BytesSentPerSec.Collection']$</Rule>
<Rule>$MPElement[Name='WindowsServer64Monitoring!Microsoft.Windows.Server.10.0.NetworkAdapter.BytesReceivedPerSec.Collection']$</Rule>
</RuleList>
</Criteria>
<Presentation>
<SortedColumnIndex>0</SortedColumnIndex>
<SortOrder>0</SortOrder>
<IsDynamic>true</IsDynamic>
</Presentation>
<Target/>
</View>