Monitorování procesů: Zdroj dat pro výstrahy ohledně počtu popisovačů

Microsoft.Windows.Server.10.0.Process.HandleCountAlerting.DataSource (DataSourceModuleType)

Zdroj dat pro výstrahy ohledně počtu popisovačů

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeMicrosoft.Windows.Server.10.0.ProcessAlertData.Type

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.Server.10.0.Process.Alerting.DataSource Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
IntervalSecondsint$Config/IntervalSeconds$Interval (sekundy)Interval (sekundy)
SampleCountint$Config/SampleCount$Počet vzorkůPočet vzorků
HandleCountIncreaseThresholdint$Config/HandleCountIncreaseThreshold$Prahová hodnota nárůstu počtu popisovačůPrahová hodnota nárůstu počtu popisovačů
MonitoringConfigurationstring$Config/MonitoringConfiguration$Konfigurace monitorováníUmožňuje zadat prahové hodnoty pro specifické procesy a určit procesy, které se mají z monitorování vyloučit, ve formátu XML.
LogLevelint$Config/LogLevel$Úroveň protokolování
Určuje, které události by se měly zapsat do protokolu událostí.
0 – všechny, 1 – informativní, 2 – upozorňovací, 4 – chybové, 8 – podrobné,
16 – ladicí, 255 – žádné

Source Code:

<DataSourceModuleType ID="Microsoft.Windows.Server.10.0.Process.HandleCountAlerting.DataSource" Accessibility="Public">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="MonitoringConfiguration" 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" minOccurs="0" maxOccurs="1" name="LogLevel" type="xsd:int"/>
</Configuration>
<OverrideableParameters>
<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="MonitoringConfiguration" Selector="$Config/MonitoringConfiguration$" ParameterType="string"/>
<OverrideableParameter ID="LogLevel" Selector="$Config/LogLevel$" ParameterType="int"/>
</OverrideableParameters>
<ModuleImplementation>
<Composite>
<MemberModules>
<DataSource ID="DS" TypeID="Microsoft.Windows.Server.10.0.Process.Alerting.DataSource">
<MonitoringConfiguration>$Config/MonitoringConfiguration$</MonitoringConfiguration>
<IntervalSeconds>$Config/IntervalSeconds$</IntervalSeconds>
<SampleCount>$Config/SampleCount$</SampleCount>
<HandleCountIncreaseThreshold>$Config/HandleCountIncreaseThreshold$</HandleCountIncreaseThreshold>
<MemoryPercentageThreshold>50</MemoryPercentageThreshold>
<PercentProcessorTimeThreshold>50</PercentProcessorTimeThreshold>
<SeedId>$Target/Id$</SeedId>
<LogLevel>$Config/LogLevel$</LogLevel>
</DataSource>
</MemberModules>
<Composition>
<Node ID="DS"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>Microsoft.Windows.Server.10.0.ProcessAlertData.Type</OutputType>
</DataSourceModuleType>