Network Adapter Performance

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

This dashboard view displays Network Adapter performance.

Element properties:

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

Source Code:

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