Top N des processus

Microsoft.Windows.Server.10.0.ProcessMonitoring.Views.Report.TopNProcesses (Report)

Knowledge Base article:

Résumé

Comment fonctionne ce rapport ?

Le rapport Top N des processus génère une table contenant les N premiers processus en fonction des métriques suivantes :

La table de rapport contient une liste des enregistrements classés en fonction de la métrique sélectionnée. Le nombre d'enregistrements affichés et l'intervalle de temps peuvent être définis manuellement.

Comment utiliser ce rapport ?

Element properties:

AccessibilityPublic
VisibleTrue

Report Localization:

R.TopNProcessesTop ##(N)## des processus
R.OrderByTrier par ##(OrderBy)##
R.ComputerNameNom de l'ordinateur
R.ProcessNameNom du processus
R.MaxCpuUsageUtilisation max. du processeur (\%)
R.MaxMemoryUsageUtilisation max. de la mémoire (\%)
R.MaxHandleCountUtilisation max. du nombre de handles
R.MaxThreadCountUtilisation max. du nombre de threads
R.MaxPageFaultCountNombre de défauts de page max.
R.MaxCpuTimeTemps processeur max.
R.MaxTotalProcessTimeTemps processus total max.
R.MaxReadPerSecondLectures E/S max. (Ko/s)
R.MaxWritePerSecondÉcritures E/S max. (Ko/s)

Source Code:

<Report ID="Microsoft.Windows.Server.10.0.ProcessMonitoring.Views.Report.TopNProcesses" Accessibility="Public" Visible="true">
<Dependencies>
<DataWarehouseScript>Microsoft.Window.Server.10.0.Dashboard.DWScript.Microsoft.Window.Server.GetTopNProcesses.Procedure</DataWarehouseScript>
<ReportParameterControl>DWReport!Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.RelativeDateTimePicker</ReportParameterControl>
<ReportParameterControl>DWReport!Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.ComboBox</ReportParameterControl>
<ReportParameterControl>DWReport!Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.NumericUpDown</ReportParameterControl>
</Dependencies>
<ParameterBlock xmlns="http://schemas.microsoft.com/mom/reporting/2007/ReportParameterSettings" columns="3">
<Controls>
<Control columnSpan="1" rowSpan="1" type="Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.ComboBox">
<ReportParameters>
<ReportParameter name="OrderBy">
<Prompt>Microsoft.Windows.Server.10.0.ProcessMonitoring!Microsoft.Windows.Server.10.0.ProcessMonitoring.Views.Report.TopNProcesses.OrderBy</Prompt>
</ReportParameter>
</ReportParameters>
</Control>
<Control columnSpan="1" rowSpan="1" type="Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.NumericUpDown">
<ReportParameters>
<ReportParameter name="N">
<Prompt>Microsoft.Windows.Server.10.0.ProcessMonitoring!Microsoft.Windows.Server.10.0.ProcessMonitoring.Views.Report.TopNProcesses.N</Prompt>
</ReportParameter>
</ReportParameters>
<Properties>
<Property name="Minimum">
<Value>1</Value>
</Property>
</Properties>
</Control>
<Control type="Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.RelativeDateTimePicker" columnSpan="1" rowSpan="6">
<ReportParameters>
<ReportParameter name="TimeZone" binding="TimeZone">
<Prompt>Microsoft.SystemCenter.DataWarehouse.Report.Library!Microsoft.SystemCenter.DataWarehouse.Report.ParameterPrompt.TimeZone</Prompt>
</ReportParameter>
<ReportParameter name="TimeZoneName" binding="TimeZoneName"/>
<ReportParameter name="StartDate_BaseType" binding="StartDate_BaseType"/>
<ReportParameter name="StartDate_BaseValue" binding="StartDate_BaseValue">
<Prompt>Microsoft.Windows.Server.10.0.ProcessMonitoring!Microsoft.Windows.Server.10.0.ProcessMonitoring.Views.Report.TopNProcesses.StartDate</Prompt>
</ReportParameter>
<ReportParameter name="StartDate_OffsetType" binding="StartDate_OffsetType"/>
<ReportParameter name="StartDate_OffsetValue" binding="StartDate_OffsetValue"/>
<ReportParameter name="EndDate_BaseType" binding="EndDate_BaseType"/>
<ReportParameter name="EndDate_BaseValue" binding="EndDate_BaseValue">
<Prompt>Microsoft.Windows.Server.10.0.ProcessMonitoring!Microsoft.Windows.Server.10.0.ProcessMonitoring.Views.Report.TopNProcesses.EndDate</Prompt>
</ReportParameter>
<ReportParameter name="EndDate_OffsetType" binding="EndDate_OffsetType"/>
<ReportParameter name="EndDate_OffsetValue" binding="EndDate_OffsetValue"/>
</ReportParameters>
<Properties>
<Property name="MaxWidth">
<Value>400</Value>
</Property>
</Properties>
</Control>
</Controls>
</ParameterBlock>
<ReportDefinition>Microsoft.Windows.Server.10.0.ProcessMonitoring.TopNProcesses.rdl</ReportDefinition>
<ReportStrings>
<ReportString ID="R.TopNProcesses"/>
<ReportString ID="R.OrderBy"/>
<ReportString ID="R.ComputerName"/>
<ReportString ID="R.ProcessName"/>
<ReportString ID="R.MaxCpuUsage"/>
<ReportString ID="R.MaxMemoryUsage"/>
<ReportString ID="R.MaxHandleCount"/>
<ReportString ID="R.MaxThreadCount"/>
<ReportString ID="R.MaxPageFaultCount"/>
<ReportString ID="R.MaxCpuTime"/>
<ReportString ID="R.MaxTotalProcessTime"/>
<ReportString ID="R.MaxReadPerSecond"/>
<ReportString ID="R.MaxWritePerSecond"/>
</ReportStrings>
</Report>