Health Check Report - Performance - Performance By Computer

SystemCenter.Operations.Manager.Health.Check.Report.Library.Report.Perf.PerfByComputer (Report)

Knowledge Base article:

Summary

This report shows the top 20 Computers by Performance Count for both Operational Database as well as Data Warehouse.

The following columns are available:

Parameters:

Date/Time Selection: Allows defining a time period for the report with relative or fixed dates.

Sample Usage:

Open the report and define the start date and end date. It will show all performance for both operational as data warehouse per computer between the start and end date.

Element properties:

AccessibilityPublic
VisibleTrue

Source Code:

<Report ID="SystemCenter.Operations.Manager.Health.Check.Report.Library.Report.Perf.PerfByComputer" Accessibility="Public" Visible="true" Target="System!System.Entity">
<ParameterBlock xmlns="http://schemas.microsoft.com/mom/reporting/2007/ReportParameterSettings" columns="6">
<Controls>
<Control type="Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.RelativeDateTimePicker" rowSpan="2" columnSpan="2">
<ReportParameters>
<ReportParameter name="TimeZone" binding="TimeZone">
<Prompt>DWLIB!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>DWLIB!Microsoft.SystemCenter.DataWarehouse.Report.ParameterPrompt.StartDateTime</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>DWLIB!Microsoft.SystemCenter.DataWarehouse.Report.ParameterPrompt.EndDateTime</Prompt>
</ReportParameter>
<ReportParameter name="EndDate_OffsetType" binding="EndDate_OffsetType"/>
<ReportParameter name="EndDate_OffsetValue" binding="EndDate_OffsetValue"/>
</ReportParameters>
</Control>
</Controls>
</ParameterBlock>
<ReportDefinition>Res.SystemCenter.Operations.Manager.Health.Check.Report.Library.Report.Perf.PerfByComputer</ReportDefinition>
</Report>