Performance Data source for Jobs based on data from XML file (using history)

ComTrade.EMC.Documentum.DS.Xml.Job.PerformanceProvider (DataSourceModuleType)

Performance data source for jobs based on data from XML file (using history).

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeSystem.Performance.Data

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource ComTrade.EMC.Documentum.DS.Xml.Job.Provider Default
filterNegative ConditionDetection System.ExpressionFilter Default
mapper ConditionDetection System.Performance.DataGenericMapper Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
IntervalSecondsint$Config/IntervalSeconds$Update Interval in SecondsThe update interval in seconds.
SyncTimestring$Config/SyncTime$Synchronization TimeThe synchronization time.

Source Code:

<DataSourceModuleType ID="ComTrade.EMC.Documentum.DS.Xml.Job.PerformanceProvider" Accessibility="Public" Batching="false">
<Configuration>
<xsd:element minOccurs="1" name="IntervalSeconds" type="xsd:integer"/>
<xsd:element minOccurs="1" name="SyncTime" type="xsd:string"/>
<xsd:element minOccurs="0" name="RegPath" type="xsd:string"/>
<xsd:element minOccurs="0" name="RegKey" type="xsd:string"/>
<xsd:element minOccurs="0" name="XmlFilename" type="xsd:string"/>
<xsd:element minOccurs="1" name="JobName" type="xsd:string"/>
<xsd:element minOccurs="1" name="JobObjectId" type="xsd:string"/>
<xsd:element minOccurs="1" name="RepositoryName" type="xsd:string"/>
<xsd:element minOccurs="1" name="RepositoryId" type="xsd:string"/>
<xsd:element minOccurs="1" name="ObjectName" type="xsd:string"/>
<xsd:element minOccurs="1" name="CounterName" type="xsd:string"/>
<xsd:element minOccurs="1" name="InstanceName" type="xsd:string"/>
<xsd:element minOccurs="1" name="ValueProperty" type="xsd:string"/>
<xsd:element minOccurs="1" name="TargetComputer" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="IntervalSeconds" Selector="$Config/IntervalSeconds$" ParameterType="int"/>
<OverrideableParameter ID="SyncTime" Selector="$Config/SyncTime$" ParameterType="string"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="DS" TypeID="ComTrade.EMC.Documentum.DS.Xml.Job.Provider">
<IntervalSeconds>$Config/IntervalSeconds$</IntervalSeconds>
<SyncTime>$Config/SyncTime$</SyncTime>
<RegPath>$Config/RegPath$</RegPath>
<RegKey>$Config/RegKey$</RegKey>
<XmlFilename>$Config/XmlFilename$</XmlFilename>
<JobName>$Config/JobName$</JobName>
<JobObjectId>$Config/JobObjectId$</JobObjectId>
<RepositoryName>$Config/RepositoryName$</RepositoryName>
<RepositoryId>$Config/RepositoryId$</RepositoryId>
<TargetComputer>$Config/TargetComputer$</TargetComputer>
</DataSource>
<ConditionDetection ID="mapper" TypeID="Performance!System.Performance.DataGenericMapper">
<ObjectName>$Config/ObjectName$</ObjectName>
<CounterName>$Config/CounterName$</CounterName>
<InstanceName>$Config/InstanceName$</InstanceName>
<Value>$Data/Property[@Name="$Config/ValueProperty$"]$</Value>
</ConditionDetection>
<ConditionDetection ID="filterNegative" TypeID="System!System.ExpressionFilter">
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="Double">Property[@Name="$Config/ValueProperty$"]</XPathQuery>
</ValueExpression>
<Operator>GreaterEqual</Operator>
<ValueExpression>
<Value Type="Double">0</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</ConditionDetection>
</MemberModules>
<Composition>
<Node ID="mapper">
<Node ID="filterNegative">
<Node ID="DS"/>
</Node>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>Performance!System.Performance.Data</OutputType>
</DataSourceModuleType>