Collect Deduplication Completion Percentage

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

Element properties:

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

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.FileServices.Service.Deduplication.6.3.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.6.3.Volume.CollectCompletionPercent" Target="Microsoft.Windows.FileServices.Service.Deduplication.6.3.Volume">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.Windows.FileServices.Service.Deduplication.6.3.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.6.3.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.6.3.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>