Monitoramento de processoMonitoramento de Processos: Fonte de Dados de Alerta

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

Fonte de dados de Alerta

Element properties:

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

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
IntervalSecondsint$Config/IntervalSeconds$Intervalo em SegundosIntervalo (segundos)
SampleCountint$Config/SampleCount$
Contagem de AmostrasExemplo de Contagem

Contagem de amostrasExemplo de Contagem
HandleCountIncreaseThresholdint$Config/HandleCountIncreaseThreshold$Limite de Aumento da Contagem de IdentificadoresLimite de aumento da contagem de identificadores
MemoryPercentageThresholdint$Config/MemoryPercentageThreshold$Limite do Percentual de MemóriaLimite do percentual de memória
PercentProcessorTimeThresholdint$Config/PercentProcessorTimeThreshold$
Monitoramento de processoMonitoramento de Processos: Limite da porcentagem de Tempo do Processador
Limite de porcentagem de tempo do processador

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>