.NET CSM İstatistiği/Özel Durum sayısı/sn topla

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

.NET CSM İstatistiği/Özel Durum sayısı/sn topla performans sayacı

Knowledge Base article:

Özet

Bu kural, web sayfaları için .NET CSM İstatistiği/Özel Durum sayısı/sn performans sayacını toplar.

Bu sayaç, Internet tarayıcısındaki web sayfası tarafından oluşturulan işlenmemiş JavaScript özel durumlarının sayısını saniye başına gösterir. Bu sayaç tarafından kaydedilen olayların sayısı izleme yapılandırmasına bağlıdır. Sayaç değeri olay denetimi tarafından gizlenen olayları içerdiği için, sayaç değeri Application Diagnostics konsoluna bu sayfa için raporlanan istemci tarafında performans olaylarının sayısından fazla olabilir.

Bu performans sayacı, yalnızca istemci tarafında uygulama performansının izlenmesi etkin olduğunda ve istemci tarafında işlem sayfa için yapılandırıldığında web sayfaları için kullanılabilir.

Yeni bir uygulamanın web sayfası için istemci tarafı işlemi yapılandırmak için:

İzlenmekte olan bir uygulamanın web sayfası için bir istemci tarafı işlemi yapılandırmak için:

Element properties:

TargetMicrosoft.SystemCenter.Apm.CsmTransaction
CategoryPerformanceCollection
EnabledTrue
Instance Name.NET CSM Statistic
Counter Name# of Exceptions/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.CollectExceptionEventsCount" 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 Exceptions/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>