プロセス監視:プロセス正常性状態収集のデータソース

Microsoft.Windows.Server.10.0.Process.HealthState.Collection.DataSource (DataSourceModuleType)

プロセス正常性状態収集のデータソース。

Element properties:

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

Member Modules:

ID Module Type TypeId RunAs 
DataSource DataSource Microsoft.Windows.Server.10.0.Process.HealthState.Collection.DataSource.Internal Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
LogLevelint$Config/LogLevel$ログ レベル
イベント ログに記録するイベントを決定します。
0 – すべて、1 – 情報提供、2 – 警告、4 – エラー、8 – 詳細、
16 – デバッグ、255 – なし
IntervalSecondsint$Config/IntervalSeconds$間隔 (秒)間隔 (秒)
SampleCountint$Config/SampleCount$サンプル数サンプル数
HandleCountIncreaseThresholdint$Config/HandleCountIncreaseThreshold$ハンドル数の増加しきい値ハンドル数の増加しきい値
MemoryPercentageThresholdint$Config/MemoryPercentageThreshold$メモリの割合のしきい値メモリの割合のしきい値
PercentProcessorTimeThresholdint$Config/PercentProcessorTimeThreshold$プロセッサ時間の割合のしきい値プロセッサ時間の割合のしきい値
MonitoringConfigurationstring$Config/MonitoringConfiguration$監視の構成特定のプロセスのしきい値や、監視から除外するプロセスを XML 形式で指定できます

Source Code:

<DataSourceModuleType ID="Microsoft.Windows.Server.10.0.Process.HealthState.Collection.DataSource" Accessibility="Public">
<Configuration>
<!-- optional -->
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" maxOccurs="1" name="MonitoringConfiguration" type="xsd:string"/>
<!-- optional -->
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" maxOccurs="1" name="LogLevel" type="xsd:int"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ManagedEntityId" 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"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="LogLevel" Selector="$Config/LogLevel$" ParameterType="int"/>
<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"/>
<OverrideableParameter ID="MonitoringConfiguration" Selector="$Config/MonitoringConfiguration$" ParameterType="string"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<DataSource ID="DataSource" TypeID="Microsoft.Windows.Server.10.0.Process.HealthState.Collection.DataSource.Internal">
<MonitoringConfiguration>$Config/MonitoringConfiguration$</MonitoringConfiguration>
<LogLevel>$Config/LogLevel$</LogLevel>
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
<ManagedEntityId>$Config/ManagedEntityId$</ManagedEntityId>
<IntervalSeconds>$Config/IntervalSeconds$</IntervalSeconds>
<SampleCount>$Config/SampleCount$</SampleCount>
<HandleCountIncreaseThreshold>$Config/HandleCountIncreaseThreshold$</HandleCountIncreaseThreshold>
<MemoryPercentageThreshold>$Config/MemoryPercentageThreshold$</MemoryPercentageThreshold>
<PercentProcessorTimeThreshold>$Config/PercentProcessorTimeThreshold$</PercentProcessorTimeThreshold>
</DataSource>
</MemberModules>
<Composition>
<Node ID="DataSource"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>Microsoft.Windows.Server.10.0.DataItemProcessHealthState.Type</OutputType>
</DataSourceModuleType>