DFS-R: 사용 중인 삭제된 항목 공간

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

이 규칙은 모니터링되는 컴퓨터의 성능 카운터 "DFS Replicated Folders\Deleted Space In Use"를 15분마다 쿼리합니다.

Knowledge Base article:

요약

이 규칙은 모니터링되는 컴퓨터의 성능 카운터 "DFS Replicated Folders\Deleted Space In Use"를 15분마다 쿼리합니다. 충돌 및 삭제된 항목 영역의 공간 사용률을 모니터링하면 모니터링되는 컴퓨터의 복제 폴더에서 삭제된 파일 및 복제 충돌을 저장할 공간이 있는지 확인하는 데 도움이 됩니다. DfsrPrivate 폴더의 ConflictandDeletedManifest.xml 파일에서 원본 파일 이름과 충돌 파일의 로그를 볼 수 있습니다.

Element properties:

TargetMicrosoft.Windows.FileServer.DFSR.Service
CategoryPerformanceCollection
EnabledTrue
Instance NameDFS Replicated Folders
Counter NameDeleted Space In Use
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.DeletedSpaceInUse" 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>Deleted Space In Use</CounterName>
<ObjectName>DFS Replicated Folders</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>