Network Adapter Utilization

Microsoft.Windows.Server.RemoteDesktopServicesRole.NetworkAdapterUtilization.Dashboard.View (View)

This dashboard view displays Network Adapter related performance data. The Windows Server Operating System Management Pack must be installed for this view function.

Element properties:

TargetMicrosoft.Windows.Computer
TypeMicrosoft.SystemCenter.DashboardViewType
AccessibilityPublic
VisibleFalse

Source Code:

<View ID="Microsoft.Windows.Server.RemoteDesktopServicesRole.NetworkAdapterUtilization.Dashboard.View" Accessibility="Public" Enabled="true" Target="Windows!Microsoft.Windows.Computer" TypeID="SC!Microsoft.SystemCenter.DashboardViewType" Visible="false">
<Category>Operations</Category>
<PanelConfiguration Columns="2" Rows="2">
<Cell Column="1" Row="1" ViewID="Microsoft.Windows.Server.RemoteDesktopServicesRole.NetworkInterfaceBytesReceivedsec.View"/>
<Cell Column="2" Row="1" ViewID="Microsoft.Windows.Server.RemoteDesktopServicesRole.NetworkInterfaceBytesSentsec.View"/>
<Cell Column="1" Row="2" ColumnSpan="2" ViewID="Microsoft.Windows.Server.RemoteDesktopServicesRole.NetworkInterfaceBytesTotalsec.View"/>
</PanelConfiguration>
</View>