Primi N processi

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

Knowledge Base article:

Riepilogo

Funzionamento del report

I report dei primi N processi genera una tabella contenente i primi N (numero) processi in base alle metriche seguenti:

La tabella del report contiene un elenco di record classificati in base alla metrica selezionata. Il numero di record visualizzati e l'intervallo di tempo possono essere impostati manualmente.

Come usare il report

Element properties:

AccessibilityPublic
VisibleTrue

Report Localization:

R.TopNProcessesPrimi ##(N)## processi
R.OrderByOrdina per ##(OrderBy)##
R.ComputerNameNome computer
R.ProcessNameNome processo
R.MaxCpuUsageUtilizzo CPU massimo (percentuale)
R.MaxMemoryUsageUtilizzo memoria massimo (percentuale)
R.MaxHandleCountUtilizzo conteggio degli handle massimo
R.MaxThreadCountUtilizzo conteggio dei thread massimo
R.MaxPageFaultCountConteggio errori di pagina massimo
R.MaxCpuTimeTempo di CPU massimo
R.MaxTotalProcessTimeTempo elaborazione totale massimo
R.MaxReadPerSecondNumero massimo di operazione di lettura I/O (KB/s)
R.MaxWritePerSecondNumero massimo di operazione di scrittura I/O (KB/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>