Windows Server 2012 R2 - Load distribution across nodes

Microsoft.Windows.NetworkLoadBalancing.2012.R2.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.2012.R2.NetworkAdapter
TypeMicrosoft.SystemCenter.PerformanceViewType
AccessibilityPublic
VisibleTrue

Source Code:

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