DFS-R: 정리된 준비 바이트

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

이 규칙은 모니터링되는 컴퓨터의 성능 카운터 "DFS Replicated Folders\Staging Bytes Cleaned up"을 15분마다 쿼리합니다.

Knowledge Base article:

요약

이 규칙은 모니터링되는 컴퓨터의 성능 카운터 "DFS Replicated Folders\Staging Bytes Cleaned up"을 15분마다 쿼리합니다. 이 성능 카운터는 DFS Replication 서비스가 각 복제 폴더의 준비 영역에서 정리한 데이터 양을 추적합니다. 이 성능 카운터를 모니터링하여 관리자는 각 복제 폴더의 준비 영역 사용량을 파악하고 준비 할당량을 늘려야 하는지 여부를 확인할 수 있습니다.

이 성능 카운터가 자주 변경되는 경우 준비 폴더 할당량을 늘려 복제 성능을 향상시킵니다.

추가 정보

준비 폴더와 충돌 및 삭제된 항목 폴더의 할당량 크기 편집(http://go.microsoft.com/fwlink/?LinkId=186944)

Element properties:

TargetMicrosoft.Windows.FileServer.DFSR.Service
CategoryPerformanceCollection
EnabledTrue
Instance NameDFS Replicated Folders
Counter NameStaging Bytes Cleaned up
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.StagingBytesCleanedup" 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>Staging Bytes Cleaned up</CounterName>
<ObjectName>DFS Replicated Folders</ObjectName>
<InstanceName/>
<AllInstances>false</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>