Taux de modification du nombre total de threads lancés par JVM

Microsoft.JEE.ApplicationServer.PerformanceData.TotalStartedThreadCountDelta (Rule)

La modification du nombre total de threads Java qui ont été lancés par la machine virtuelle Java depuis son démarrage.

Knowledge Base article:

Résumé

La règle TotalStartedThreadCountDelta collecte les données de performances à partir de la machine virtuelle Java via un appel de statistiques à un servlet à l'aide de la requête /Stats.

La modification du nombre total de threads Java qui ont été démarrés par la machine virtuelle Java depuis la précédente requête /Stats.

Les données de performance sont écrites dans la base de données du système et dans l'entrepôt de données.

Element properties:

TargetMicrosoft.JEE.ApplicationServer.Monitored.Instance
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.JEE.Monitoring.UrlProbe.Stats.DataSource Default
PerfMapper ConditionDetection Microsoft.JEE.DeltaMapper Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.JEE.ApplicationServer.PerformanceData.TotalStartedThreadCountDelta" Target="Microsoft.JEE.ApplicationServer.Monitored.Instance" Enabled="true" Remotable="true">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.JEE.Monitoring.UrlProbe.Stats.DataSource">
<ComputerName>$Target/Property[Type="Microsoft.JEE.ApplicationServer.Monitored.Instance"]/HostName$</ComputerName>
<Protocol>$Target/Property[Type="Microsoft.JEE.ApplicationServer.Monitored.Instance"]/Protocol$</Protocol>
<Port>$Target/Property[Type="Microsoft.JEE.ApplicationServer.Monitored.Instance"]/Port$</Port>
<BaseURL/>
<URLSuffix/>
<IntervalSeconds>900</IntervalSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</DataSources>
<ConditionDetection TypeID="Microsoft.JEE.DeltaMapper" ID="PerfMapper">
<ObjectName>Threading</ObjectName>
<CounterName>JVM Total Started Thread Count Change Rate</CounterName>
<InstanceName/>
<Value>$Data/Stats/Thread/Properties/TotalStartedThreadCount$</Value>
<NumSamples>1</NumSamples>
<Absolute>true</Absolute>
</ConditionDetection>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>