성능 컬렉션: SMS 소프트웨어 인벤토리 프로세서 - 큐에 대기 중인 총 SINV 수

Microsoft.SystemCenter2012.ConfigurationManager.Perf_Collection_Site_Server_SINV_Backlog_18_Rule (Rule)

성능 컬렉션: 사이트 서버 - SINV 백로그

Knowledge Base article:

요약

마지막으로 큐를 검사했을 때 소프트웨어 인벤토리 프로세서의 입력 큐에 대기했던 Configuration Manager SINV(소프트웨어 인벤토리 레코드)의 총 수에서 마지막 검사 이후 처리된 SINV 수를 뺍니다.

원인

파일의 백로그는 Software Inventory Processor를 Configuration Manager 데이터베이스에 연결할 수 없거나 너무 많은 파일을 수신했다는 것을 나타냅니다.

해결 방법

오류 또는 자세한 정보는 사이트 서버의 Sinvproc.log 파일을 검토하십시오.

Element properties:

TargetMicrosoft.SystemCenter2012.ConfigurationManager.PrimarySiteServer
CategoryPerformanceCollection
EnabledFalse
Instance NameSMS Software Inventory Processor
Counter NameTotal SINVs Enqueued
Frequency900
Alert GenerateFalse
RemotableTrue
CommentSIV:INV0023, CreatedByMyFriend at 9/16/2011 5:03:27 PM

Member Modules:

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

Source Code:

<Rule ID="Microsoft.SystemCenter2012.ConfigurationManager.Perf_Collection_Site_Server_SINV_Backlog_18_Rule" Comment="SIV:INV0023, CreatedByMyFriend at 9/16/2011 5:03:27 PM" Enabled="false" Target="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.PrimarySiteServer" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="SystemPerf!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Total SINVs Enqueued</CounterName>
<ObjectName>SMS Software Inventory Processor</ObjectName>
<InstanceName/>
<AllInstances>false</AllInstances>
<Frequency>900</Frequency>
<Tolerance>5</Tolerance>
<ToleranceType>Percentage</ToleranceType>
<MaximumSampleSeparation>10</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>