プロセス監視:ポート状態収集のデータソース

Microsoft.Windows.Server.10.0.Port.PerfMetrics.Collection.DataSource (DataSourceModuleType)

ポート状態収集のデータソース。

Element properties:

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

Overrideable Parameters:

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

Source Code:

<DataSourceModuleType ID="Microsoft.Windows.Server.10.0.Port.PerfMetrics.Collection.DataSource" Accessibility="Public" Batching="true">
<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="ManagementGroupId" type="xsd:string"/>
<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"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="LogLevel" Selector="$Config/LogLevel$" ParameterType="int"/>
<OverrideableParameter ID="IntervalSeconds" Selector="$Config/IntervalSeconds$" ParameterType="int"/>
<OverrideableParameter ID="MonitoringConfiguration" Selector="$Config/MonitoringConfiguration$" ParameterType="string"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Managed>
<Assembly>Microsoft.Windows.Server.2016.Modules.Assembly</Assembly>
<Type>Microsoft.Windows.Server.Modules.Monitoring.PortStateCollectionDS</Type>
</Managed>
</ModuleImplementation>
<OutputType>Microsoft.Windows.Server.10.0.DataItemProcessPort.Type</OutputType>
</DataSourceModuleType>