Processor Performance

Microsoft.AIX.Processor.Performance.DashboardView (View)

This dashboard view displays processor related performance data.

Element properties:

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

Source Code:

<View ID="Microsoft.AIX.Processor.Performance.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" ColumnSpan="2" ViewID="Microsoft.AIX.Processor.ProcessorTime_Total.PerfView"/>
<Cell Column="1" Row="2" ViewID="Microsoft.AIX.Processor.UserTime_Total.PerfView"/>
<Cell Column="2" Row="2" ViewID="Microsoft.AIX.Processor.PrivilegedTime_Total.PerfView"/>
</PanelConfiguration>
</View>