Collect WDS TFTP Server\Transfer Rate/Second (in Bytes)

Microsoft.Windows.Server.6.3.WDSRole.PerformanceCollection.WDS_TFTP_Server.Transfer_Rate_Second_in_Bytes (Rule)

This rule collects samples of the "WDS TFTP Server\Transfer Rate/Second (in Bytes)" counter.

Knowledge Base article:

Summary

This rule collects samples of the "WDS TFTP Server\Transfer Rate/Second (in Bytes)" 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.3.WDSRole
CategoryPerformanceCollection
EnabledTrue
Instance NameWDS TFTP Server
Counter NameTransfer Rate/Second (in Bytes)
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.3.WDSRole.PerformanceCollection.WDS_TFTP_Server.Transfer_Rate_Second_in_Bytes" Enabled="onEssentialMonitoring" Target="Microsoft.Windows.Server.6.3.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>Transfer Rate/Second (in Bytes)</CounterName>
<ObjectName>WDS TFTP 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>