Process Total Memory: Working Set (in KB)

ComTrade.EMC.Documentum.Windows.AgentExec.PerformanceCollection.TotalMemory.Usage (Rule)

This rule collects the total memory (working set) usage of the Content Server AgentExec.

Element properties:

TargetComTrade.EMC.Documentum.Windows.AgentExec
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
dataProvider DataSource ComTrade.EMC.Documentum.Windows.DS.Xml.AgentExec.DataProvider Default
filter ConditionDetection ComTrade.EMC.Documentum.CD.AgentExec.FilteredPerformanceMapper Default
cpd WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
ppd WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="ComTrade.EMC.Documentum.Windows.AgentExec.PerformanceCollection.TotalMemory.Usage" Enabled="true" Target="CTDmWinDisc!ComTrade.EMC.Documentum.Windows.AgentExec" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="dataProvider" TypeID="ComTrade.EMC.Documentum.Windows.DS.Xml.AgentExec.DataProvider">
<IntervalSeconds>300</IntervalSeconds>
<SyncTime/>
<RegPath/>
<RegKey/>
<XmlFilename/>
<TargetComputer>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</TargetComputer>
</DataSource>
</DataSources>
<ConditionDetection ID="filter" TypeID="CTDmLib!ComTrade.EMC.Documentum.CD.AgentExec.FilteredPerformanceMapper">
<RepositoryName>$Target/Property[Type="CTDmLib!ComTrade.EMC.Documentum.Repository.Component"]/Name$</RepositoryName>
<RepositoryId>$Target/Property[Type="CTDmLib!ComTrade.EMC.Documentum.Repository.Component"]/Id$</RepositoryId>
<FilterData>1</FilterData>
<ObjectName>AgentExec Performances</ObjectName>
<CounterName>Overall Memory: Working Set (in KB)</CounterName>
<InstanceName>$Target/Property[Type="CTDmLib!ComTrade.EMC.Documentum.Repository.Component"]/Name$</InstanceName>
<ValueProperty>OverallMemoryWorkingSet</ValueProperty>
</ConditionDetection>
<WriteActions>
<WriteAction ID="cpd" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="ppd" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>