Collect Deduplication Completion Percentage

Microsoft.Windows.FileServices.Service.Deduplication.10.0.Volume.CollectCompletionPercent (Rule)

Knowledge Base article:

Summary

This object monitors the deduplication completion of a job

Causes

Job completion failed or was cancelled

Resolutions

Run Get-DedupJob cmdlet

Additional

Deduplication Cmdlets in Windows PowerShell (http://go.microsoft.com/fwlink/?LinkId=255899)

Element properties:

TargetMicrosoft.Windows.FileServices.Service.Deduplication.10.0.Volume
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.FileServices.Service.Deduplication.10.0.GetDedupStatus Default
PerfMapper ConditionDetection System.Performance.DataGenericMapper Default
CollectPerfData WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.Windows.FileServices.Service.Deduplication.10.0.Volume.CollectCompletionPercent" Target="Microsoft.Windows.FileServices.Service.Deduplication.10.0.Volume">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.Windows.FileServices.Service.Deduplication.10.0.GetDedupStatus">
<IntervalSeconds>900</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<SyncTime/>
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<VolumeId>$Target/Property[Type='Microsoft.Windows.FileServices.Service.Deduplication.10.0.Volume']/VolumeId$</VolumeId>
</DataSource>
</DataSources>
<ConditionDetection ID="PerfMapper" TypeID="SystemPerf!System.Performance.DataGenericMapper">
<ObjectName>Deduplication</ObjectName>
<CounterName>Completion Percent</CounterName>
<InstanceName>$Target/Property[Type='Microsoft.Windows.FileServices.Service.Deduplication.10.0.Volume']/Volume$</InstanceName>
<Value>$Data/Property[@Name='DedupCompletionPercent']$</Value>
</ConditionDetection>
<WriteActions>
<WriteAction ID="CollectPerfData" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>