进程运行状态收集数据源。
Type | DataSourceModuleType |
Isolation | Any |
Accessibility | Public |
RunAs | Default |
OutputType | Microsoft.Windows.Server.10.0.DataItemProcessHealthState.Type |
ID | Module Type | TypeId | RunAs |
---|---|---|---|
DataSource | DataSource | Microsoft.Windows.Server.10.0.Process.HealthState.Collection.DataSource.Internal | Default |
ID | ParameterType | Selector | Display Name | Description |
---|---|---|---|---|
LogLevel | int | $Config/LogLevel$ | 日志级别 | 确定应写入事件日志的事件。 0 – 全部,1 – 信息性,2 – 警告,4 – 错误,8 – 详细, 16 – 调试,255 – 无 |
IntervalSeconds | int | $Config/IntervalSeconds$ | 间隔(秒) | 间隔(秒) |
SampleCount | int | $Config/SampleCount$ | 采样计数 | 采样计数 |
HandleCountIncreaseThreshold | int | $Config/HandleCountIncreaseThreshold$ | 句柄计数增加阈值 | 句柄计数增加阈值 |
MemoryPercentageThreshold | int | $Config/MemoryPercentageThreshold$ | 内存百分比阈值 | 内存百分比阈值 |
PercentProcessorTimeThreshold | int | $Config/PercentProcessorTimeThreshold$ | 处理器时间百分比阈值 | 处理器时间百分比阈值 |
MonitoringConfiguration | string | $Config/MonitoringConfiguration$ | 监视配置 | 允许以 XML 格式为特定进程及要从监视中排除的进程指定阈值 |
<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>