Prozessüberwachung: Datenquelle für Arbeitsspeicherprozentsatz-Warnung

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

Datenquelle für Arbeitsspeicherprozentsatz-Warnung.

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$Intervall (in Sekunden)Intervall (Sekunden)
SampleCountint$Config/SampleCount$Anzahl AbtastungenAnzahl Abtastungen
MemoryPercentageThresholdint$Config/MemoryPercentageThreshold$Arbeitsspeicherprozentsatz-SchwellenwertArbeitsspeicherprozentsatz-Schwellenwert
MonitoringConfigurationstring$Config/MonitoringConfiguration$ÜberwachungskonfigurationErmöglicht die Angabe von Schwellenwerten für bestimmte Prozesse und von Prozessen, die von der Überwachung ausgenommen werden sollen, im XML-Format.
LogLevelint$Config/LogLevel$Protokollebene
Bestimmt, welche Ereignisse in das Ereignisprotokoll geschrieben werden sollen.
0: Alle, 1: Information, 2: Warnung, 4: Fehler, 8: Ausführlich,
16: Debuggen, 255: Keine

Source Code:

<DataSourceModuleType ID="Microsoft.Windows.Server.10.0.Process.MemoryPercentageAlerting.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="MemoryPercentageThreshold" 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="MemoryPercentageThreshold" Selector="$Config/MemoryPercentageThreshold$" 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>20</HandleCountIncreaseThreshold>
<MemoryPercentageThreshold>$Config/MemoryPercentageThreshold$</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>