Process Monitoring: Process Health State Collection Internal Datasource

Microsoft.Windows.Server.10.0.Process.HealthState.Collection.DataSource.Internal (DataSourceModuleType)

Process health state collection internal datasource.

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
OutputTypeMicrosoft.Windows.Server.10.0.DataItemProcessHealthState.Type

Overrideable Parameters:

IDParameterTypeSelector
LogLevelint$Config/LogLevel$
IntervalSecondsint$Config/IntervalSeconds$
SampleCountint$Config/SampleCount$
HandleCountIncreaseThresholdint$Config/HandleCountIncreaseThreshold$
MemoryPercentageThresholdint$Config/MemoryPercentageThreshold$
PercentProcessorTimeThresholdint$Config/PercentProcessorTimeThreshold$

Source Code:

<DataSourceModuleType ID="Microsoft.Windows.Server.10.0.Process.HealthState.Collection.DataSource.Internal" Accessibility="Internal">
<Configuration>
<!-- optional -->
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" maxOccurs="1" name="MonitoringConfiguration" type="xsd:string"/>
<!-- optional -->
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" maxOccurs="1" name="LogLevel" type="xsd:int"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ManagementGroupId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ManagedEntityId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="IntervalSeconds" type="xsd:int"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SampleCount" type="xsd:int"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="HandleCountIncreaseThreshold" type="xsd:int"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="MemoryPercentageThreshold" type="xsd:int"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="PercentProcessorTimeThreshold" type="xsd:int"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="LogLevel" Selector="$Config/LogLevel$" ParameterType="int"/>
<OverrideableParameter ID="IntervalSeconds" Selector="$Config/IntervalSeconds$" ParameterType="int"/>
<OverrideableParameter ID="SampleCount" Selector="$Config/SampleCount$" ParameterType="int"/>
<OverrideableParameter ID="HandleCountIncreaseThreshold" Selector="$Config/HandleCountIncreaseThreshold$" ParameterType="int"/>
<OverrideableParameter ID="MemoryPercentageThreshold" Selector="$Config/MemoryPercentageThreshold$" ParameterType="int"/>
<OverrideableParameter ID="PercentProcessorTimeThreshold" Selector="$Config/PercentProcessorTimeThreshold$" ParameterType="int"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Managed>
<Assembly>Microsoft.Windows.Server.2016.Modules.Assembly</Assembly>
<Type>Microsoft.Windows.Server.Modules.Monitoring.HealthStateCollectionDS</Type>
</Managed>
</ModuleImplementation>
<OutputType>Microsoft.Windows.Server.10.0.DataItemProcessHealthState.Type</OutputType>
</DataSourceModuleType>