Monitorování procesů: Zdroj dat pro výstrahy

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

Zdroj dat pro výstrahy

Element properties:

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

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čů
MemoryPercentageThresholdint$Config/MemoryPercentageThreshold$Prahová hodnota využití paměti v procentechPrahová hodnota využití paměti v procentech
PercentProcessorTimeThresholdint$Config/PercentProcessorTimeThreshold$Monitorování procesů: Prahová hodnota procent času procesoruPrahová hodnota procent času procesoru

Source Code:

<DataSourceModuleType ID="Microsoft.Windows.Server.10.0.Process.Alerting.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" name="MemoryPercentageThreshold" type="xsd:int"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="PercentProcessorTimeThreshold" type="xsd:int"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SeedId" type="xsd:string"/>
<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="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.ProcessAlertDS</Type>
</Managed>
</ModuleImplementation>
<OutputType>Microsoft.Windows.Server.10.0.ProcessAlertData.Type</OutputType>
</DataSourceModuleType>