< prev index next >

src/hotspot/share/jfr/metadata/metadata.xml

Print this page




 257     <Field type="ObjectSpace" struct="true" name="toSpace" label="To Space" />
 258   </Event>
 259 
 260   <Event name="G1HeapSummary" category="Java Virtual Machine, GC, Heap" label="G1 Heap Summary" startTime="false">
 261     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 262     <Field type="GCWhen" name="when" label="When" />
 263     <Field type="ulong" contentType="bytes" name="edenUsedSize" label="Eden Used Size" />
 264     <Field type="ulong" contentType="bytes" name="edenTotalSize" label="Eden Total Size" />
 265     <Field type="ulong" contentType="bytes" name="survivorUsedSize" label="Survivor Used Size" />
 266     <Field type="uint" name="numberOfRegions" label="Number of Regions" />
 267   </Event>
 268 
 269   <Event name="GarbageCollection" category="Java Virtual Machine, GC, Collector" label="Garbage Collection" description="Garbage collection performed by the JVM">
 270     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 271     <Field type="GCName" name="name" label="Name" description="The name of the Garbage Collector" />
 272     <Field type="GCCause" name="cause" label="Cause" description="The reason for triggering this Garbage Collection" />
 273     <Field type="Tickspan" name="sumOfPauses" label="Sum of Pauses" description="Sum of all the times in which Java execution was paused during the garbage collection" />
 274     <Field type="Tickspan" name="longestPause" label="Longest Pause" description="Longest individual pause during the garbage collection" />
 275   </Event>
 276 



 277   <Event name="ParallelOldGarbageCollection" category="Java Virtual Machine, GC, Collector" label="Parallel Old Garbage Collection"
 278     description="Extra information specific to Parallel Old Garbage Collections">
 279     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 280     <Field type="ulong" contentType="address" name="densePrefix" label="Dense Prefix" description="The address of the dense prefix, used when compacting" />
 281   </Event>
 282 
 283   <Event name="YoungGarbageCollection" category="Java Virtual Machine, GC, Collector" label="Young Garbage Collection" description="Extra information specific to Young Garbage Collections">
 284     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 285     <Field type="uint" name="tenuringThreshold" label="Tenuring Threshold" />
 286   </Event>
 287 
 288   <Event name="OldGarbageCollection" category="Java Virtual Machine, GC, Collector" label="Old Garbage Collection" description="Extra information specific to Old Garbage Collections">
 289     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 290   </Event>
 291 
 292   <Event name="G1GarbageCollection" category="Java Virtual Machine, GC, Collector" label="G1 Garbage Collection" description="Extra information specific to G1 Garbage Collections">
 293     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 294     <Field type="G1YCType" name="type" label="Type" />
 295   </Event>
 296 




 257     <Field type="ObjectSpace" struct="true" name="toSpace" label="To Space" />
 258   </Event>
 259 
 260   <Event name="G1HeapSummary" category="Java Virtual Machine, GC, Heap" label="G1 Heap Summary" startTime="false">
 261     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 262     <Field type="GCWhen" name="when" label="When" />
 263     <Field type="ulong" contentType="bytes" name="edenUsedSize" label="Eden Used Size" />
 264     <Field type="ulong" contentType="bytes" name="edenTotalSize" label="Eden Total Size" />
 265     <Field type="ulong" contentType="bytes" name="survivorUsedSize" label="Survivor Used Size" />
 266     <Field type="uint" name="numberOfRegions" label="Number of Regions" />
 267   </Event>
 268 
 269   <Event name="GarbageCollection" category="Java Virtual Machine, GC, Collector" label="Garbage Collection" description="Garbage collection performed by the JVM">
 270     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 271     <Field type="GCName" name="name" label="Name" description="The name of the Garbage Collector" />
 272     <Field type="GCCause" name="cause" label="Cause" description="The reason for triggering this Garbage Collection" />
 273     <Field type="Tickspan" name="sumOfPauses" label="Sum of Pauses" description="Sum of all the times in which Java execution was paused during the garbage collection" />
 274     <Field type="Tickspan" name="longestPause" label="Longest Pause" description="Longest individual pause during the garbage collection" />
 275   </Event>
 276 
 277   <Event name="SystemGC" category="Java Virtual Machine, GC, Collector" label="System GC" stackTrace="true" startTime="false" thread="true">
 278   </Event>
 279 
 280   <Event name="ParallelOldGarbageCollection" category="Java Virtual Machine, GC, Collector" label="Parallel Old Garbage Collection"
 281     description="Extra information specific to Parallel Old Garbage Collections">
 282     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 283     <Field type="ulong" contentType="address" name="densePrefix" label="Dense Prefix" description="The address of the dense prefix, used when compacting" />
 284   </Event>
 285 
 286   <Event name="YoungGarbageCollection" category="Java Virtual Machine, GC, Collector" label="Young Garbage Collection" description="Extra information specific to Young Garbage Collections">
 287     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 288     <Field type="uint" name="tenuringThreshold" label="Tenuring Threshold" />
 289   </Event>
 290 
 291   <Event name="OldGarbageCollection" category="Java Virtual Machine, GC, Collector" label="Old Garbage Collection" description="Extra information specific to Old Garbage Collections">
 292     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 293   </Event>
 294 
 295   <Event name="G1GarbageCollection" category="Java Virtual Machine, GC, Collector" label="G1 Garbage Collection" description="Extra information specific to G1 Garbage Collections">
 296     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 297     <Field type="G1YCType" name="type" label="Type" />
 298   </Event>
 299 


< prev index next >