.NET CSM Statistic/\% of Performance violations/sec 수집

Microsoft.SystemCenter.Apm.CsmTransaction.CollectPerformanceEventsRate (Rule)

.NET CSM Statistic/\% of Performance violations/sec 성능 카운터를 수집합니다.

Knowledge Base article:

요약

이 규칙은 웹 페이지의 .NET CSM Statistic/% of Performance violations/sec 성능 카운터에서 데이터를 수집합니다.

이 카운터는 인터넷 브라우저 관점에서 측정되는 웹 페이지의 성능 위반 비율을 표시합니다.

카운터의 값은 모니터링 구성에 따라 달라집니다. 이 카운터 값에는 이벤트 제한으로 억제되는 이벤트도 포함되므로, 이 카운터 값은 Application Diagnostics 콘솔에 보고된 웹 페이지의 클라이언트 쪽 성능 이벤트율보다 높을 수 있습니다.

클라이언트 쪽 응용 프로그램 성능 모니터링이 사용되도록 설정되고 페이지에 대해 클라이언트 쪽 트랜잭션이 구성된 경우에만 웹 페이지에 대해 이 카운터를 사용할 수 있습니다.

새 응용 프로그램의 웹 페이지에 대한 클라이언트 쪽 트랜잭션을 구성하려면

이미 모니터링 중인 응용 프로그램의 웹 페이지에 대한 클라이언트 쪽 트랜잭션을 구성하려면

Element properties:

TargetMicrosoft.SystemCenter.Apm.CsmTransaction
CategoryPerformanceCollection
EnabledTrue
Instance Name.NET CSM Statistic
Counter Name\% of Performance violations/sec
Frequency300
Alert GenerateFalse
RemotableFalse

Member Modules:

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

Source Code:

<Rule ID="Microsoft.SystemCenter.Apm.CsmTransaction.CollectPerformanceEventsRate" Enabled="true" Target="Microsoft.SystemCenter.Apm.CsmTransaction" ConfirmDelivery="false" Remotable="false" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Performance!System.Performance.DataProvider">
<ComputerName>$Target/Host/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>% of Performance violations/sec</CounterName>
<ObjectName>.NET CSM Statistic</ObjectName>
<InstanceName>$Target/Property[Type="Microsoft.SystemCenter.Apm.CsmTransaction"]/CounterInstance$</InstanceName>
<AllInstances>false</AllInstances>
<Frequency>300</Frequency>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>