*All Report Processing Rates on a ConfigMgr Site Server in the last 24 hours

MECM.ProcessingRates.All_Report_Processing_Rates_on_an_SMSv4_Site_Server_in_the_last_24_hours (View)

Presents all Report (DDR/HINV/SINV/SWM etc) Processing Rates on a specific ConfigMgr Site Server. Please configure the view by replacing YOURDOMAIN\YOURCOMPUTER with specific values. NOTE: Please ensure that the appropriate Performance Measuring Rule is enabled.

Element properties:

TargetMECM.SiteServer
TypeMicrosoft.SystemCenter.PerformanceViewType
AccessibilityPublic
VisibleTrue

Source Code:

<View ID="MECM.ProcessingRates.All_Report_Processing_Rates_on_an_SMSv4_Site_Server_in_the_last_24_hours" Accessibility="Public" Enabled="true" Target="MECM.SiteServer" TypeID="SC!Microsoft.SystemCenter.PerformanceViewType" Visible="true">
<Category>Operations</Category>
<Criteria>
<Object>SMS %</Object>
<Counter>%/minute</Counter>
</Criteria>
<Presentation>
<DynamicTimeTicks>864000000000</DynamicTimeTicks>
<IsDynamic>true</IsDynamic>
</Presentation>
</View>