Microsoft Windows Server DNS Toplama Dinamik Güncelleştirme Zaman Aşımları

Microsoft.Windows.Server.DNS.Collection.DynamicUpdateTimeOuts (Rule)

DNS Hizmeti için performans sayacı toplama kuralı. Varsayılan olarak devre dışı bırakılmıştır.

Knowledge Base article:

Özet

Bu performans toplama kuralı varsayılan olarak devre dışı bırakılmıştır. Bağımsız olarak veya Microsoft Windows Server DNS İsteğe Bağlı Performans Toplamayı Etkinleştirme yönetim paketi içe aktarılarak etkinleştirilebilir.

Element properties:

TargetMicrosoft.Windows.Server.DNS.Server
CategoryPerformanceCollection
EnabledFalse
Instance NameDNS
Counter NameDynamic Update TimeOuts
Frequency600
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="Microsoft.Windows.Server.DNS.Collection.DynamicUpdateTimeOuts" Enabled="false" Target="Microsoft.Windows.Server.DNS.Server" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Performance!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Dynamic Update TimeOuts</CounterName>
<ObjectName>DNS</ObjectName>
<InstanceName/>
<AllInstances>false</AllInstances>
<Frequency>600</Frequency>
<Tolerance>0</Tolerance>
<ToleranceType>Absolute</ToleranceType>
<MaximumSampleSeparation>1</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>