Monitoramento de processoMonitoramento de Processos: Fonte de Dados de Alerta de Contagem de Identificadores

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

Fonte de dados de alerta de contagem de identificadores

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$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
MonitoringConfigurationstring$Config/MonitoringConfiguration$Configuração do Monitoramento
Permite especificar limites para processos específicos e processos a serem excluídos do monitoramento em formato XMLPermite definir limites para processos específicos e indicar os processos a serem excluídos do monitoramento em formato XML
LogLevelint$Config/LogLevel$Nível do Log
Determina quais eventos devem ser gravados no Log de Eventos.
0 – Tudo, 1 – Informativo, 2 – Aviso, 4 – Erro, 8 – Detalhado,
16 – Depuração, 255 – Nenhum

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>