*All Message Processing Rates on a ConfigMgr Management Point Server in the last 24 hours

MECM.ProcessingRates.All_Message_Processing_Rates_on_an_MP_in_the_last_24_hours (View)

Presents all Message (Policy, Location, Auth) Processing Rates on a specific ConfigMgr Management Point 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.ManagementPoint
TypeMicrosoft.SystemCenter.PerformanceViewType
AccessibilityPublic
VisibleTrue

Source Code:

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