Temps processeur

Microsoft.Windows.Server.Processor.Dashboard.View (View)

Cet affichage Tableau de bord affiche les données de performances inhérentes au processeur pour le temps processeur total, le temps DPC et le temps d'interruption.

Element properties:

TargetSystem.Entity
TypeMicrosoft.SystemCenter.DashboardViewType
AccessibilityPublic
VisibleTrue

Source Code:

<View ID="Microsoft.Windows.Server.Processor.Dashboard.View" Accessibility="Public" Enabled="true" Target="System!System.Entity" TypeID="SC!Microsoft.SystemCenter.DashboardViewType" Visible="true">
<Category>Operations</Category>
<PanelConfiguration Columns="2" Rows="2">
<Cell Column="1" Row="1" ColumnSpan="2" ViewID="Microsoft.Windows.Server.Processor.ProcessorTime.View"/>
<Cell Column="1" Row="2" ViewID="Microsoft.Windows.Server.Processor.DPCTime.View"/>
<Cell Column="2" Row="2" ViewID="Microsoft.Windows.Server.Processor.InterruptTime.View"/>
</PanelConfiguration>
</View>