Data Discovery Record (DDR) Rate Performance

Report.Performance.DDR_Rate (LinkedReport)

This report shows DDR processing rates for all applicable ConfigMgr server roles

Knowledge Base article:

Summary

How does this report work?

This performance report displays Data Discovery Record (DDR) rate performance data for all ConfigMgr server roles.

Each of the following counters will have a separate chart:

How to use this report?

To use this report one or more of the following performance measure rules must be enabled:

Configuration

The report can be defined using the following parameters:

Date/Time Selection: allows you to define a reporting time period using relative or fixed dates.

Business hours: allows you to set the hours and days that apply to business hours. If business hours are defined, this report will only run within the set time range.

Histogram: Allows you to select the values used for the x-axis of the report.

For the chosen time range the x-axis will be one day. Every x-axis unit is an hour. To be able to show this histogram the values for the same hour are averaged.

One week is the time range of the x-axis. Every unit is a weekday.

One month is the x-axis time range. Every unit is a numeric day of the month.

A year is the time range of the x-axis. Every unit is a month.

3D Chart: Allows choosing if the report is shown in a flat or a 3D image.

Object List: The report finds data if the object specified is of the type:

Element properties:

BaseMicrosoft.SystemCenter.DataWarehouse.Report.Performance
TargetMECM.Server
AccessibilityPublic
VisibleTrue

Source Code:

<LinkedReport ID="Report.Performance.DDR_Rate" Accessibility="Public" Base="MSCDWRL!Microsoft.SystemCenter.DataWarehouse.Report.Performance" Visible="true" Target="MECM.Server">
<ParameterBlock xmlns="http://schemas.microsoft.com/mom/reporting/2007/ReportParameterSettings" columns="6">
<Controls>
<Control type="Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.BusinessRelativeDateTimePicker" columnSpan="2">
<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.SystemCenter.DataWarehouse.Report.Library!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>Microsoft.SystemCenter.DataWarehouse.Report.Library!Microsoft.SystemCenter.DataWarehouse.Report.ParameterPrompt.EndDateTime</Prompt>
</ReportParameter>
<ReportParameter name="EndDate_OffsetType" binding="EndDate_OffsetType"/>
<ReportParameter name="EndDate_OffsetValue" binding="EndDate_OffsetValue"/>
<ReportParameter name="TimeType" binding="TimeType"/>
<ReportParameter name="TimeWeekMap" binding="TimeWeekMap"/>
</ReportParameters>
</Control>
<Control type="Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.LinkedPerformanceChartObjectPicker" columnSpan="4" rowSpan="2">
<ReportParameters>
<ReportParameter name="ObjectList">
<Prompt>Microsoft.SystemCenter.DataWarehouse.Report.Library!Microsoft.SystemCenter.DataWarehouse.Report.ParameterPrompt.ObjectList</Prompt>
</ReportParameter>
<ReportParameter name="ManagementGroupId" binding="GroupList"/>
</ReportParameters>
<Properties>
<Property name="ContextObjectBinding">
<Value>Containment</Value>
</Property>
<Property name="TypeFilter">
<Value>MECM.SiteServer</Value>
<Value>MECM.ManagementPoint</Value>
<Value>MECM.DeviceManagementPoint</Value>
</Property>
<Property name="ValueTemplate">
<Value>
&lt;Data&gt;
&lt;Chart ObjectJoin="ChartPerObject"&gt;
&lt;Series&gt;
&lt;Rule&gt;$MPElement[Name="MECM.SiteServer.NonUserDDRProcessingRate.PerfCollection.Rule"]$&lt;/Rule&gt;
&lt;Scale&gt;1&lt;/Scale&gt;
&lt;Type&gt;Line&lt;/Type&gt;
&lt;Color&gt;63,63,255&lt;/Color&gt;
&lt;/Series&gt;
&lt;Series&gt;
&lt;Rule&gt;$MPElement[Name="MECM.ManagementPoint.DDRMgr.TotalReportsPerSec.PerfCollection.Rule"]$&lt;/Rule&gt;
&lt;Scale&gt;1&lt;/Scale&gt;
&lt;Type&gt;Line&lt;/Type&gt;
&lt;Color&gt;0,159,0&lt;/Color&gt;
&lt;/Series&gt;
&lt;Series&gt;
&lt;Rule&gt;$MPElement[Name="MECM.DeviceManagementPoint.DiscoveryReportsGeneratedPerSec.PerfCollection.Rule"]$&lt;/Rule&gt;
&lt;Scale&gt;1&lt;/Scale&gt;
&lt;Type&gt;Line&lt;/Type&gt;
&lt;Color&gt;255,31,31&lt;/Color&gt;
&lt;/Series&gt;
&lt;/Chart&gt;
&lt;/Data&gt;
</Value>
</Property>
</Properties>
</Control>
<Control type="Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.ComboBox">
<ReportParameters>
<ReportParameter name="AggregationType">
<Prompt>Microsoft.SystemCenter.DataWarehouse.Report.Library!Microsoft.SystemCenter.DataWarehouse.Report.ParameterPrompt.Histogram</Prompt>
</ReportParameter>
</ReportParameters>
</Control>
<Control type="Microsoft.SystemCenter.DataWarehouse.Report.ParameterControl.BooleanPicker">
<ReportParameters>
<ReportParameter name="Enable3D">
<Prompt>Microsoft.SystemCenter.DataWarehouse.Report.Library!Microsoft.SystemCenter.DataWarehouse.Report.ParameterPrompt.Chart3D</Prompt>
</ReportParameter>
</ReportParameters>
</Control>
</Controls>
</ParameterBlock>
</LinkedReport>