AD Lsass Process monitortype

AD_CPU_Overload.Monitortype (UnitMonitorType)

Element properties:

RunAsDefault
AccessibilityInternal
Support Monitor RecalculateFalse

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.Performance.DataProvider Default
FilterNotOK ConditionDetection System.Performance.AverageThresholdCondition Default
FilterOK ConditionDetection System.Performance.AverageThresholdCondition Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
Frequencyint$Config/Frequency$Interval (sec)
NumSamplesint$Config/NumSamples$Number of Samples
Thresholddouble$Config/Threshold$Lsass Threshold (\%)

Source Code:

<UnitMonitorType ID="AD_CPU_Overload.Monitortype" Accessibility="Internal">
<MonitorTypeStates>
<MonitorTypeState ID="ADCPUOverloadOk" NoDetection="false"/>
<MonitorTypeState ID="ADCPUOverloadError" NoDetection="false"/>
</MonitorTypeStates>
<Configuration>
<xsd:element minOccurs="1" name="Frequency">
<xsd:simpleType>
<xsd:restriction base="xsd:double">
<xsd:minInclusive value="0"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="1" name="NumSamples">
<xsd:simpleType>
<xsd:restriction base="xsd:unsignedInt">
<xsd:minInclusive value="1"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element minOccurs="1" name="Threshold">
<xsd:simpleType>
<xsd:restriction base="xsd:double">
<xsd:minInclusive value="0"/>
<xsd:maxInclusive value="100"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="Frequency" Selector="$Config/Frequency$" ParameterType="int"/>
<OverrideableParameter ID="NumSamples" Selector="$Config/NumSamples$" ParameterType="int"/>
<OverrideableParameter ID="Threshold" Selector="$Config/Threshold$" ParameterType="double"/>
</OverrideableParameters>
<MonitorImplementation>
<MemberModules>
<DataSource ID="DS" TypeID="SystemPerf!System.Performance.DataProvider">
<CounterName>% Processor Time</CounterName>
<ObjectName>Process</ObjectName>
<InstanceName>LSASS</InstanceName>
<AllInstances>false</AllInstances>
<Frequency>$Config/Frequency$</Frequency>
</DataSource>
<ConditionDetection ID="FilterOK" TypeID="SystemPerf!System.Performance.AverageThresholdCondition">
<NumSamples>$Config/NumSamples$</NumSamples>
<Threshold>$Config/Threshold$</Threshold>
<Operator>Less</Operator>
</ConditionDetection>
<ConditionDetection ID="FilterNotOK" TypeID="SystemPerf!System.Performance.AverageThresholdCondition">
<NumSamples>$Config/NumSamples$</NumSamples>
<Threshold>$Config/Threshold$</Threshold>
<Operator>GreaterEqual</Operator>
</ConditionDetection>
</MemberModules>
<RegularDetections>
<RegularDetection MonitorTypeStateID="ADCPUOverloadOk">
<Node ID="FilterOK">
<Node ID="DS"/>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="ADCPUOverloadError">
<Node ID="FilterNotOK">
<Node ID="DS"/>
</Node>
</RegularDetection>
</RegularDetections>
</MonitorImplementation>
</UnitMonitorType>