DFS-R: Bant Genişliği Kazanımları

Microsoft.Windows.FileServer.DFSR.BandwidthSavingsUsingDFSReplication (Rule)

Bu kural, izlenen bilgisayarlarda her 15 dakikada bir "DFS Çoğaltma Bağlantıları/DFS Çoğaltma Kullanılarak Elde Edilen Bant Genişliği Kazanımı" performans sayacını sorgular.

Knowledge Base article:

Özet

Bu kural, izlenen bilgisayarlarda her 15 dakikada bir "DFS Çoğaltma Bağlantıları/DFS Çoğaltma Kullanılarak Elde Edilen Bant Genişliği Kazanımı" performans sayacını sorgular. Bu performans sayacının izlenmesi, DFS Çoğaltma kullanımı sonucu elde edilen bant genişliği kazanımlarının yöneticiler tarafından takip edilmesini sağlar.

Element properties:

TargetMicrosoft.Windows.FileServer.DFSR.Service
CategoryPerformanceCollection
EnabledTrue
Instance NameDFS Replication Connections
Counter NameBandwidth Savings Using DFS Replication
Frequency900
Alert GenerateFalse
RemotableTrue

Member Modules:

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

Source Code:

<Rule ID="Microsoft.Windows.FileServer.DFSR.BandwidthSavingsUsingDFSReplication" Enabled="true" Target="Microsoft.Windows.FileServer.DFSR.Service" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" RunAs="Microsoft.Windows.FileServer.DFSR.MonitoringAccount" TypeID="Performance!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Bandwidth Savings Using DFS Replication</CounterName>
<ObjectName>DFS Replication Connections</ObjectName>
<InstanceName/>
<AllInstances>true</AllInstances>
<Frequency>900</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>