Network Adapter Performance

Microsoft.AIX.NetworkAdapter.Perf.DashboardView (View)

This dashboard view displays Network Adapter performance.

Element properties:

TargetMicrosoft.AIX.Computer
TypeMicrosoft.SystemCenter.DashboardViewType
AccessibilityPublic
VisibleTrue

Source Code:

<View ID="Microsoft.AIX.NetworkAdapter.Perf.DashboardView" TypeID="SC!Microsoft.SystemCenter.DashboardViewType" Target="Microsoft.AIX.Computer" Enabled="true" Visible="true" Accessibility="Public">
<Category>Operations</Category>
<PanelConfiguration Columns="2" Rows="2">
<Cell Column="1" Row="1" ViewID="Microsoft.AIX.NetworkAdapter.BytesReceivedPerSec.PerfView"/>
<Cell Column="2" Row="1" ViewID="Microsoft.AIX.NetworkAdapter.BytesSentPerSec.PerfView"/>
<Cell Column="1" Row="2" ColumnSpan="2" ViewID="Microsoft.AIX.NetworkAdapter.BytesTotalSec.PerfView"/>
</PanelConfiguration>
</View>