.NET CSM-toepassingen/Aanvragen per seconde

Microsoft.SystemCenter.Apm.CsmApplicationInstance.RequestsPerSec (Rule)

Prestatiemeteritem .NET CSM-toepassingen/Aanvragen per seconde verzamelen

Knowledge Base article:

Samenvatting

Deze regel verzamelt gegevens van het prestatiemeteritem .NET CSM Apps/aanvragen/sec voor toepassingen.

Het item reflecteert het aantal aanvragen voor bewaking aan clientzijde dat wordt ontvangen door een toepassing. Dit item wordt verhoogd als de aanvraag het bewakingseindpunt van CSM Collector bereikt.

Dit item is alleen beschikbaar wanneer bewaking aan clientzijde van de toepassingsprestaties is ingeschakeld.

Element properties:

TargetMicrosoft.SystemCenter.Apm.CsmApplicationInstance
CategoryPerformanceCollection
EnabledTrue
Instance Name.NET CSM Apps
Counter NameRequests/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.CsmApplicationInstance.RequestsPerSec" Enabled="true" Target="Microsoft.SystemCenter.Apm.CsmApplicationInstance" ConfirmDelivery="false" Remotable="false" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Performance!System.Performance.DataProvider">
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Requests/sec</CounterName>
<ObjectName>.NET CSM Apps</ObjectName>
<InstanceName>$Target/Property[Type="Microsoft.SystemCenter.Apm.CsmApplicationInstance"]/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>