CPU Usage (in \%)

ComTrade.EMC.Documentum.Windows.ContentServer.CPUUsageMonitor (UnitMonitor)

Monitors if the Content Server process processor usage in percentage is over a predefined threshold.

Knowledge Base article:

Summary

This monitor checks the total Content Server processor time percentage.

Configuration

The following configuration parameters are customizable:

Element properties:

TargetComTrade.EMC.Documentum.Windows.ContentServer
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeComTrade.EMC.Documentum.Windows.Service.ConsecutiveSamplesThreshold.ErrorOnTooHigh
RemotableTrue
AccessibilityPublic
Alert Message
Documentum Content Server Processor Usage Threshold Exceeded
CPU usage {0} for the content server service {1} is greater that the predefined threshold.

Value: {2}
Repository Name: {3}
Server Name: {4}
RunAsDefault

Source Code:

<UnitMonitor ID="ComTrade.EMC.Documentum.Windows.ContentServer.CPUUsageMonitor" Accessibility="Public" Enabled="true" Target="CTDmWinDisc!ComTrade.EMC.Documentum.Windows.ContentServer" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="ComTrade.EMC.Documentum.Windows.Service.ConsecutiveSamplesThreshold.ErrorOnTooHigh" ConfirmDelivery="true">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="ComTrade.EMC.Documentum.Windows.ContentServer.CPUUsageMonitor_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/SampleValue$</AlertParameter1>
<AlertParameter2>$Target/Property[Type="CTDmWinDisc!ComTrade.EMC.Documentum.Windows.ContentServer"]/ServiceName$</AlertParameter2>
<AlertParameter3>$Data/Context/SampleValue$</AlertParameter3>
<AlertParameter4>$Target/Property[Type="CTDmLib!ComTrade.EMC.Documentum.ContentServer"]/RepositoryName$</AlertParameter4>
<AlertParameter5>$Target/Property[Type="CTDmWinDisc!ComTrade.EMC.Documentum.Windows.ContentServer"]/ServiceName$</AlertParameter5>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="SampleCountTooHigh" MonitorTypeStateID="SampleCountTooHigh" HealthState="Error"/>
<OperationalState ID="SampleCountNormal" MonitorTypeStateID="SampleCountNormal" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>$Target/Property[Type="CTDmWinDisc!ComTrade.EMC.Documentum.Windows.ContentServer"]/ServiceName$</ServiceName>
<ObjectName>Documentum CS Process</ObjectName>
<CounterName>Percent Processor Time</CounterName>
<InstanceProperty>$Target/Property[Type="CTDmLib!ComTrade.EMC.Documentum.ContentServer"]/RepositoryName$.$Target/Property[Type="CTDmLib!ComTrade.EMC.Documentum.ContentServer"]/ServerConfigName$</InstanceProperty>
<ValueProperty>PercentProcessorTime</ValueProperty>
<Frequency>300</Frequency>
<ScaleBy>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/LogicalProcessors$</ScaleBy>
<Threshold>90</Threshold>
<NumSamples>2</NumSamples>
</Configuration>
</UnitMonitor>