Collect Windows Media Services\Current Late Read Rate

Custom.WMS.9.CurrentLateReadRate.Collect (Rule)

Element properties:

TargetCustom.WMS.9.Role
CategoryCustom
EnabledTrue
Instance NameWindows Media Services
Counter NameCurrent Late Read Rate
Frequency300
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.Performance.OptimizedDataProvider Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Custom.WMS.9.CurrentLateReadRate.Collect" Enabled="true" Target="Custom.WMS.9.Role" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<!-- Current Late Read Rate is the current number of late read operations per second -->
<Category>Custom</Category>
<DataSources>
<DataSource ID="DS" TypeID="Performance!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Current Late Read Rate</CounterName>
<ObjectName>Windows Media Services</ObjectName>
<InstanceName/>
<AllInstances>true</AllInstances>
<Frequency>300</Frequency>
<Tolerance>15</Tolerance>
<ToleranceType>Percentage</ToleranceType>
<MaximumSampleSeparation>10</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>