J2EE Process Delta Monitor Type

ozsoft.sap.host.monitoring.MonitorType.J2EE.Process.Delta.Threshold1 (UnitMonitorType)

SAP HostControl J2EE Process Delta Single Threshold Monitor Type

Element properties:

RunAsDefault
AccessibilityPublic
Support Monitor RecalculateFalse

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource ozsoft.sap.ModuleType.Datasource.Performance.J2EEProcess.Wrapper Default
CDOverThreshold ConditionDetection System.Performance.SimpleThresholdCondition Default
CDUnderThreshold ConditionDetection System.Performance.SimpleThresholdCondition Default
DeltaCondition ConditionDetection System.Performance.DeltaValueCondition Default
Filter ConditionDetection ozsoft.sap.core.ConditionDetection.Object.Counter Default
GreaterThanZero ConditionDetection System.Performance.SimpleThresholdCondition Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
Parameter.Intervalint$Config/Interval$IntervalMonitoring Interval (seconds)
Parameter.Thresholddouble$Config/Threshold$Delta ThesholdDelta value Theshold
Parameter.NumSamplesint$Config/NumSamples$Number of SamplesDelta caluclation interval - compares the last sample with the one specified

Source Code:

<UnitMonitorType ID="ozsoft.sap.host.monitoring.MonitorType.J2EE.Process.Delta.Threshold1" Accessibility="Public">
<MonitorTypeStates>
<MonitorTypeState ID="ValueOverThreshold" NoDetection="false"/>
<MonitorTypeState ID="ValueUnderThreshold" NoDetection="false"/>
</MonitorTypeStates>
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" name="ObjectName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="CounterName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="Interval" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="Threshold" type="xsd:double"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="NumSamples" type="xsd:unsignedInt"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="Parameter.Interval" Selector="$Config/Interval$" ParameterType="int"/>
<OverrideableParameter ID="Parameter.Threshold" Selector="$Config/Threshold$" ParameterType="double"/>
<OverrideableParameter ID="Parameter.NumSamples" Selector="$Config/NumSamples$" ParameterType="int"/>
</OverrideableParameters>
<MonitorImplementation>
<MemberModules>
<DataSource ID="DS" TypeID="HostCtrl!ozsoft.sap.ModuleType.Datasource.Performance.J2EEProcess.Wrapper">
<interval>$Config/Interval$</interval>
</DataSource>
<ConditionDetection ID="Filter" TypeID="HostCtrl!ozsoft.sap.core.ConditionDetection.Object.Counter">
<ObjectName>$Config/ObjectName$</ObjectName>
<CounterName>$Config/CounterName$</CounterName>
</ConditionDetection>
<ConditionDetection ID="GreaterThanZero" TypeID="Perf!System.Performance.SimpleThresholdCondition">
<Threshold>0</Threshold>
<Operator>Greater</Operator>
</ConditionDetection>
<ConditionDetection ID="DeltaCondition" TypeID="Perf!System.Performance.DeltaValueCondition">
<NumSamples>$Config/NumSamples$</NumSamples>
<Absolute>false</Absolute>
</ConditionDetection>
<ConditionDetection ID="CDOverThreshold" TypeID="Perf!System.Performance.SimpleThresholdCondition">
<Threshold>$Config/Threshold$</Threshold>
<Operator>GreaterEqual</Operator>
</ConditionDetection>
<ConditionDetection ID="CDUnderThreshold" TypeID="Perf!System.Performance.SimpleThresholdCondition">
<Threshold>$Config/Threshold$</Threshold>
<Operator>Less</Operator>
</ConditionDetection>
</MemberModules>
<RegularDetections>
<RegularDetection MonitorTypeStateID="ValueOverThreshold">
<Node ID="CDOverThreshold">
<Node ID="DeltaCondition">
<Node ID="GreaterThanZero">
<Node ID="Filter">
<Node ID="DS"/>
</Node>
</Node>
</Node>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="ValueUnderThreshold">
<Node ID="CDUnderThreshold">
<Node ID="DeltaCondition">
<Node ID="GreaterThanZero">
<Node ID="Filter">
<Node ID="DS"/>
</Node>
</Node>
</Node>
</Node>
</RegularDetection>
</RegularDetections>
</MonitorImplementation>
</UnitMonitorType>