< prev index next >

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

Print this page
rev 60059 : imported patch 8210462-fix-remaining-mentions-of-im


 351     description="Memory related evacuation statistics during GC for the young generation">
 352     <Field type="G1EvacuationStatistics" struct="true" name="statistics" label="Evacuation Statistics" />
 353   </Event>
 354 
 355   <Event name="G1EvacuationOldStatistics" category="Java Virtual Machine, GC, Detailed" label="G1 Evacuation Memory Statistics for Old" startTime="false"
 356     description="Memory related evacuation statistics during GC for the old generation">
 357     <Field type="G1EvacuationStatistics" struct="true" name="statistics" label="Evacuation Statistics" />
 358   </Event>
 359 
 360   <Event name="G1BasicIHOP" category="Java Virtual Machine, GC, Detailed" label="G1 Basic IHOP Statistics" startTime="false"
 361     description="Basic statistics related to current IHOP calculation">
 362     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 363     <Field type="ulong" contentType="bytes" name="threshold" label="Current IHOP Threshold" description="Current IHOP threshold" />
 364     <Field type="float" contentType="percentage" name="thresholdPercentage" label="Current IHOP Threshold" description="Current IHOP threshold in percent of old generation" />
 365     <Field type="ulong" contentType="bytes" name="targetOccupancy" label="Target Occupancy" description="Target old generation occupancy to reach at the start of mixed GC" />
 366     <Field type="ulong" contentType="bytes" name="currentOccupancy" label="Current Occupancy" description="Current old generation occupancy" />
 367     <Field type="ulong" contentType="bytes" name="recentMutatorAllocationSize" label="Recent Mutator Allocation Size"
 368       description="Mutator allocation during mutator operation in the most recent interval" />
 369     <Field type="long" contentType="millis" name="recentMutatorDuration" label="Recent Mutator Duration" description="Time the mutator ran in the most recent interval" />
 370     <Field type="double" contentType="bytes-per-second" name="recentAllocationRate" label="Recent Allocation Rate" description="Allocation rate of the mutator in the most recent interval in bytes/second" />
 371     <Field type="long" contentType="millis" name="lastMarkingDuration" label="Last Marking Duration" description="Last time from the end of the last initial mark to the first mixed GC" />
 372   </Event>
 373 
 374   <Event name="G1AdaptiveIHOP" category="Java Virtual Machine, GC, Detailed" label="G1 Adaptive IHOP Statistics" startTime="false"
 375     description="Statistics related to current adaptive IHOP calculation">
 376     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 377     <Field type="ulong" contentType="bytes" name="threshold" label="Threshold" description="Current IHOP Threshold" />
 378     <Field type="float" contentType="percentage" name="thresholdPercentage" label="Threshold" description="Current IHOP threshold in percent of the internal target occupancy" />
 379     <Field type="ulong" contentType="bytes" name="ihopTargetOccupancy" label="IHOP Target Occupancy" description="Internal target old generation occupancy to reach at the start of mixed GC" />
 380     <Field type="ulong" contentType="bytes" name="currentOccupancy" label="Current Occupancy" description="Current old generation occupancy" />
 381     <Field type="ulong" contentType="bytes" name="additionalBufferSize" label="Additional Buffer" description="Additional buffer size" experimental="true" />
 382     <Field type="double" contentType="bytes-per-second" name="predictedAllocationRate" label="Predicted Allocation Rate" description="Current predicted allocation rate for the mutator in bytes/second" />
 383     <Field type="long" contentType="millis" name="predictedMarkingDuration" label="Predicted Marking Duration"
 384       description="Current predicted time from the end of the last initial mark to the first mixed GC" />
 385     <Field type="boolean" name="predictionActive" label="Prediction Active" description="Indicates whether the adaptive IHOP prediction is active" />
 386   </Event>
 387 
 388   <Event name="PromoteObjectInNewPLAB" category="Java Virtual Machine, GC, Detailed" label="Promotion in new PLAB"
 389     description="Object survived scavenge and was copied to a new Promotion Local Allocation Buffer (PLAB). Supported GCs are Parallel Scavange, G1 and CMS with Parallel New. Due to promotion being done in parallel an object might be reported multiple times as the GC threads race to copy all objects."
 390     thread="true" stackTrace="false" startTime="false">
 391     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" description="Identifier signifying GC during which the object was promoted" />
 392     <Field type="Class" name="objectClass" label="Object Class" description="Class of promoted object" />
 393     <Field type="ulong" contentType="bytes" name="objectSize" label="Object Size" description="Size of promoted object" />
 394     <Field type="uint" name="tenuringAge" label="Object Tenuring Age"
 395       description="Tenuring age of a surviving object before being copied. The tenuring age of an object is a value between 0-15 and is incremented each scavange the object survives. Newly allocated objects have tenuring age 0." />
 396     <Field type="boolean" name="tenured" label="Tenured" description="True if object was promoted to Old space, otherwise the object was aged and copied to a Survivor space" />
 397     <Field type="ulong" contentType="bytes" name="plabSize" label="PLAB Size" description="Size of the allocated PLAB to which the object was copied" />
 398   </Event>
 399 
 400   <Event name="PromoteObjectOutsidePLAB" category="Java Virtual Machine, GC, Detailed" label="Promotion outside PLAB"
 401     description="Object survived scavenge and was copied directly to the heap. Supported GCs are Parallel Scavange, G1 and CMS with Parallel New. Due to promotion being done in parallel an object might be reported multiple times as the GC threads race to copy all objects."
 402     thread="true" stackTrace="false" startTime="false">
 403     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" description="Identifier signifying GC during which the object was promoted" />
 404     <Field type="Class" name="objectClass" label="Object Class" description="Class of promoted object" />




 351     description="Memory related evacuation statistics during GC for the young generation">
 352     <Field type="G1EvacuationStatistics" struct="true" name="statistics" label="Evacuation Statistics" />
 353   </Event>
 354 
 355   <Event name="G1EvacuationOldStatistics" category="Java Virtual Machine, GC, Detailed" label="G1 Evacuation Memory Statistics for Old" startTime="false"
 356     description="Memory related evacuation statistics during GC for the old generation">
 357     <Field type="G1EvacuationStatistics" struct="true" name="statistics" label="Evacuation Statistics" />
 358   </Event>
 359 
 360   <Event name="G1BasicIHOP" category="Java Virtual Machine, GC, Detailed" label="G1 Basic IHOP Statistics" startTime="false"
 361     description="Basic statistics related to current IHOP calculation">
 362     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 363     <Field type="ulong" contentType="bytes" name="threshold" label="Current IHOP Threshold" description="Current IHOP threshold" />
 364     <Field type="float" contentType="percentage" name="thresholdPercentage" label="Current IHOP Threshold" description="Current IHOP threshold in percent of old generation" />
 365     <Field type="ulong" contentType="bytes" name="targetOccupancy" label="Target Occupancy" description="Target old generation occupancy to reach at the start of mixed GC" />
 366     <Field type="ulong" contentType="bytes" name="currentOccupancy" label="Current Occupancy" description="Current old generation occupancy" />
 367     <Field type="ulong" contentType="bytes" name="recentMutatorAllocationSize" label="Recent Mutator Allocation Size"
 368       description="Mutator allocation during mutator operation in the most recent interval" />
 369     <Field type="long" contentType="millis" name="recentMutatorDuration" label="Recent Mutator Duration" description="Time the mutator ran in the most recent interval" />
 370     <Field type="double" contentType="bytes-per-second" name="recentAllocationRate" label="Recent Allocation Rate" description="Allocation rate of the mutator in the most recent interval in bytes/second" />
 371     <Field type="long" contentType="millis" name="lastMarkingDuration" label="Last Marking Duration" description="Last time from the end of the last concurrent start to the first mixed GC" />
 372   </Event>
 373 
 374   <Event name="G1AdaptiveIHOP" category="Java Virtual Machine, GC, Detailed" label="G1 Adaptive IHOP Statistics" startTime="false"
 375     description="Statistics related to current adaptive IHOP calculation">
 376     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
 377     <Field type="ulong" contentType="bytes" name="threshold" label="Threshold" description="Current IHOP Threshold" />
 378     <Field type="float" contentType="percentage" name="thresholdPercentage" label="Threshold" description="Current IHOP threshold in percent of the internal target occupancy" />
 379     <Field type="ulong" contentType="bytes" name="ihopTargetOccupancy" label="IHOP Target Occupancy" description="Internal target old generation occupancy to reach at the start of mixed GC" />
 380     <Field type="ulong" contentType="bytes" name="currentOccupancy" label="Current Occupancy" description="Current old generation occupancy" />
 381     <Field type="ulong" contentType="bytes" name="additionalBufferSize" label="Additional Buffer" description="Additional buffer size" experimental="true" />
 382     <Field type="double" contentType="bytes-per-second" name="predictedAllocationRate" label="Predicted Allocation Rate" description="Current predicted allocation rate for the mutator in bytes/second" />
 383     <Field type="long" contentType="millis" name="predictedMarkingDuration" label="Predicted Marking Duration"
 384       description="Current predicted time from the end of the last concurrent start to the first mixed GC" />
 385     <Field type="boolean" name="predictionActive" label="Prediction Active" description="Indicates whether the adaptive IHOP prediction is active" />
 386   </Event>
 387 
 388   <Event name="PromoteObjectInNewPLAB" category="Java Virtual Machine, GC, Detailed" label="Promotion in new PLAB"
 389     description="Object survived scavenge and was copied to a new Promotion Local Allocation Buffer (PLAB). Supported GCs are Parallel Scavange, G1 and CMS with Parallel New. Due to promotion being done in parallel an object might be reported multiple times as the GC threads race to copy all objects."
 390     thread="true" stackTrace="false" startTime="false">
 391     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" description="Identifier signifying GC during which the object was promoted" />
 392     <Field type="Class" name="objectClass" label="Object Class" description="Class of promoted object" />
 393     <Field type="ulong" contentType="bytes" name="objectSize" label="Object Size" description="Size of promoted object" />
 394     <Field type="uint" name="tenuringAge" label="Object Tenuring Age"
 395       description="Tenuring age of a surviving object before being copied. The tenuring age of an object is a value between 0-15 and is incremented each scavange the object survives. Newly allocated objects have tenuring age 0." />
 396     <Field type="boolean" name="tenured" label="Tenured" description="True if object was promoted to Old space, otherwise the object was aged and copied to a Survivor space" />
 397     <Field type="ulong" contentType="bytes" name="plabSize" label="PLAB Size" description="Size of the allocated PLAB to which the object was copied" />
 398   </Event>
 399 
 400   <Event name="PromoteObjectOutsidePLAB" category="Java Virtual Machine, GC, Detailed" label="Promotion outside PLAB"
 401     description="Object survived scavenge and was copied directly to the heap. Supported GCs are Parallel Scavange, G1 and CMS with Parallel New. Due to promotion being done in parallel an object might be reported multiple times as the GC threads race to copy all objects."
 402     thread="true" stackTrace="false" startTime="false">
 403     <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" description="Identifier signifying GC during which the object was promoted" />
 404     <Field type="Class" name="objectClass" label="Object Class" description="Class of promoted object" />


< prev index next >