프로세스 성능 상태 수집 데이터 원본입니다.
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>