Výkon procesoru

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

Toto zobrazení řídicího panelu ukáže údaje o výkonu, které souvisí s procesorem.

Element properties:

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

Source Code:

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