Performance Collection: The Backbone EUP Perspective Instance Time Measured

TheBackbone.SMP04.Monitoring.Perspective.Instance.TimeMeasured.rule (Rule)

Performance collection rule for the measured time for a perspective instance

Knowledge Base article:

Summary

Collects the transaction time for a simulation.

Element properties:

TargetTheBackbone.SMP04.Perspective.Instance.Class
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource TheBackbone.SMP04.Monitoring.Perspective.Instance.PerfRule.DataSource Default
MapperCD ConditionDetection System.Performance.DataGenericMapper Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDWH WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="TheBackbone.SMP04.Monitoring.Perspective.Instance.TimeMeasured.rule" Target="TSL!TheBackbone.SMP04.Perspective.Instance.Class" Enabled="true" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="TheBackbone.SMP04.Monitoring.Perspective.Instance.PerfRule.DataSource"/>
</DataSources>
<ConditionDetection ID="MapperCD" TypeID="Perf!System.Performance.DataGenericMapper">
<ObjectName>EUP Simulation</ObjectName>
<CounterName>Transaction Time (ms)</CounterName>
<InstanceName>$Target/Property[Type="TSL!TheBackbone.SMP04.Perspective.Instance.Class"]/Location$</InstanceName>
<Value>$Data/TimeMeasured$</Value>
</ConditionDetection>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDWH" TypeID="MSDL!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>