Frequenza di modifica del conteggio del totale classi JVM scaricate

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

Le modifiche del numero di classi Java che sono state scaricate dalla macchina virtuale Java, fin dall'inizio del processo.

Knowledge Base article:

Riepilogo

La regola TotalLoadedClassCountDelta raccoglie dati sulle prestazioni da Java Virtual Machine tramite una chiamata Stats a un servlet usando la query /Stats.

Le modifiche del numero totale di classi Java che sono state scaricate da Java Virtual Machine dalla query /Stats precedente.

I dati sulle prestazioni sono scritti sia nel database di sistema che nel data warehouse.

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.UnloadedClassCountDelta" 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>Class Loader</ObjectName>
<CounterName>JVM Total Unloaded Class Count Change Rate</CounterName>
<InstanceName/>
<Value>$Data/Stats/ClassLoader/Properties/UnloadedClassCount$</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>