Collect WDS Server\Requests/Second

Microsoft.Windows.Server.6.2.WDSRole.PerformanceCollection.WDS_Server.Requests_Second (Rule)

This rule collects samples of the "WDS Server\Requests/Second" counter.

Knowledge Base article:

Summary

This rule collects samples of the "WDS Server\Requests/Second" counter.

Configuration

By default this rule samples the counter every 5 minutes. The agent will only send a sample of the counter to its management server for recording into the Operations Manager databases if one of the following two conditions is met:

1) If the current sample deviates from the previous sample by the tolerance defined in this rule

2) The tolerance has not been met over a number of intervals defined in this rule.

Optimization helps reduce network traffic and the volume of data stored in the Operations Manager databases.

Element properties:

TargetMicrosoft.Windows.Server.6.2.WDSRole
CategoryPerformanceCollection
EnabledTrue
Instance NameWDS Server
Counter NameRequests/Second
Frequency300
Alert GenerateFalse
RemotableTrue

Member Modules:

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

Source Code:

<Rule ID="Microsoft.Windows.Server.6.2.WDSRole.PerformanceCollection.WDS_Server.Requests_Second" Enabled="onEssentialMonitoring" Target="Microsoft.Windows.Server.6.2.WDSRole" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" RunAs="System!System.PrivilegedMonitoringAccount" TypeID="SystemPerf!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Requests/Second</CounterName>
<ObjectName>WDS Server</ObjectName>
<InstanceName/>
<AllInstances>false</AllInstances>
<Frequency>300</Frequency>
<Tolerance>5</Tolerance>
<ToleranceType>Percentage</ToleranceType>
<MaximumSampleSeparation>12</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>