네트워크 관리 검색의 장치 처리 시간(초)

Microsoft.SystemCenter.NetworkManagementServer.CollectDiscovery.DurationDeviceProcessing (Rule)

네트워크 관리 검색의 장치 처리 시간(초)을 수집합니다.

Knowledge Base article:

요약

이 규칙은 검색된 장치를 처리하는 데 사용한 시간(초)를 수집합니다.

Element properties:

TargetSystem.NetworkManagement.NetworkDiscoveryServer
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.DataSource.DiscoveryDurationCalculation Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.SystemCenter.NetworkManagementServer.CollectDiscovery.DurationDeviceProcessing" Enabled="true" Target="System.NetworkManagement.NetworkDiscoveryServer" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.DataSource.DiscoveryDurationCalculation">
<CounterName>Duration of Processing (sec)</CounterName>
<EventParam>11</EventParam>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SystemCenter!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>