Gegevensbron van prestatie AD-clientverbindingen

AD_Client_Connectivity.PerfDataSource (DataSourceModuleType)

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
OutputTypeSystem.Performance.Data

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource AD_Client_Connectivity.DataSource Default
PerfMapper ConditionDetection System.Performance.DataGenericMapper Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
IntervalSecondsint$Config/IntervalSeconds$Interval in seconden
LogSuccessEventstring$Config/LogSuccessEvent$Logboekgebeurtenis
BindThresholdstring$Config/BindThreshold$Bindingsdrempel
PingThresholdstring$Config/PingThreshold$Ping-drempel
FailureThresholdstring$Config/FailureThreshold$Drempelwaarde voor fout
SearchThresholdstring$Config/SearchThreshold$Zoekdrempel
TimeoutSecondsint$Config/TimeoutSeconds$Time-out in seconden
VerboseLoggingstring$Config/VerboseLogging$

Source Code:

<DataSourceModuleType ID="AD_Client_Connectivity.PerfDataSource" Accessibility="Internal">
<Configuration>
<xsd:element name="IntervalSeconds" type="xsd:int"/>
<xsd:element name="TargetComputerName" type="xsd:string"/>
<xsd:element name="LogSuccessEvent" type="xsd:boolean"/>
<xsd:element name="BindThreshold" type="xsd:string"/>
<xsd:element name="SearchThreshold" type="xsd:string"/>
<xsd:element name="FailureThreshold" type="xsd:string"/>
<xsd:element name="PingThreshold" type="xsd:string"/>
<xsd:element name="ManagementGroupName" type="xsd:string"/>
<xsd:element name="TimeoutSeconds" type="xsd:int"/>
<xsd:element name="VerboseLogging" type="xsd:boolean"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="IntervalSeconds" ParameterType="int" Selector="$Config/IntervalSeconds$"/>
<OverrideableParameter ID="LogSuccessEvent" ParameterType="string" Selector="$Config/LogSuccessEvent$"/>
<OverrideableParameter ID="BindThreshold" ParameterType="string" Selector="$Config/BindThreshold$"/>
<OverrideableParameter ID="PingThreshold" ParameterType="string" Selector="$Config/PingThreshold$"/>
<OverrideableParameter ID="FailureThreshold" ParameterType="string" Selector="$Config/FailureThreshold$"/>
<OverrideableParameter ID="SearchThreshold" ParameterType="string" Selector="$Config/SearchThreshold$"/>
<OverrideableParameter ID="TimeoutSeconds" ParameterType="int" Selector="$Config/TimeoutSeconds$"/>
<OverrideableParameter ID="VerboseLogging" ParameterType="string" Selector="$Config/VerboseLogging$"/>
</OverrideableParameters>
<ModuleImplementation>
<Composite>
<MemberModules>
<DataSource ID="DS" TypeID="AD_Client_Connectivity.DataSource">
<IntervalSeconds>$Config/IntervalSeconds$</IntervalSeconds>
<TargetComputerName>$Config/TargetComputerName$</TargetComputerName>
<LogSuccessEvent>$Config/IntervalSeconds$</LogSuccessEvent>
<BindThreshold>$Config/BindThreshold$</BindThreshold>
<SearchThreshold>$Config/SearchThreshold$</SearchThreshold>
<FailureThreshold>$Config/FailureThreshold$</FailureThreshold>
<PingThreshold>$Config/PingThreshold$</PingThreshold>
<ManagementGroupName>$Config/ManagementGroupName$</ManagementGroupName>
<TimeoutSeconds>$Config/TimeoutSeconds$</TimeoutSeconds>
<VerboseLogging>$Config/VerboseLogging$</VerboseLogging>
</DataSource>
<ConditionDetection ID="PerfMapper" TypeID="SystemPerf!System.Performance.DataGenericMapper">
<ObjectName>ActiveDirectoryMP</ObjectName>
<CounterName>$Data/Property[@Name='StatusCounter']$</CounterName>
<InstanceName>$Data/Property[@Name='StatusInstance']$</InstanceName>
<Value>$Data/Property[@Name='StatusValue']$</Value>
</ConditionDetection>
</MemberModules>
<Composition>
<Node ID="PerfMapper">
<Node ID="DS"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>SystemPerf!System.Performance.Data</OutputType>
</DataSourceModuleType>