1191 startTime="false">
1192 <Field type="uint" name="index" label="Index" />
1193 <Field type="ShenandoahHeapRegionState" name="from" label="From" />
1194 <Field type="ShenandoahHeapRegionState" name="to" label="To" />
1195 <Field type="ulong" contentType="address" name="start" label="Start" />
1196 <Field type="ulong" contentType="bytes" name="used" label="Used" />
1197 </Event>
1198
1199 <Event name="ShenandoahHeapRegionInformation" category="Java Virtual Machine, GC, Detailed" label="Shenandoah Heap Region Information" description="Information about a specific heap region in the Shenandoah GC"
1200 period="everyChunk">
1201 <Field type="uint" name="index" label="Index" />
1202 <Field type="ShenandoahHeapRegionState" name="state" label="State" />
1203 <Field type="ulong" contentType="address" name="start" label="Start" />
1204 <Field type="ulong" contentType="bytes" name="used" label="Used" />
1205 </Event>
1206
1207 <Type name="ShenandoahHeapRegionState" label="Shenandoah Heap Region State">
1208 <Field type="string" name="state" label="State" />
1209 </Type>
1210
1211 <Event name="Flush" category="Flight Recorder" label="Flush" thread="false" experimental="true">
1212 <Field type="ulong" name="flushId" label="Flush Identifier" relation="FlushId" />
1213 <Field type="ulong" name="elements" label="Elements Written" />
1214 <Field type="ulong" contentType="bytes" name="size" label="Size Written" />
1215 </Event>
1216
1217 <Event name="HeapDump" category="Java Virtual Machine, Diagnostics" label="Heap Dump" description="Information about a successfully written Java heap dump"
1218 stackTrace="true" thread="true">
1219 <Field type="string" name="destination" label="Destination Path of the Dump" />
1220 <Field type="long" name="size" label="Size" />
1221 <Field type="boolean" name="gcBeforeDump" label="GC Before Dump" />
1222 <Field type="boolean" name="onOutOfMemoryError" label="Heap Dump on Out of Memory Error" />
1223 <Field type="boolean" name="overwrite" label="Overwrite" description="Heap dump overwrites previous file location if it exists" />
1224 <Field type="int" name="compression" label="Compression Level" description="Compression level of the dump, if larger than 0 we use gzip compression with this level" />
1225 </Event>
1226
1227 <Event name="GCLocker" category="Java Virtual Machine, GC, Detailed" label="GC Locker" startTime="true" thread="true" stackTrace="true">
1228 <Field type="uint" name="lockCount" label="Lock Count" description="The number of Java threads in a critical section when the GC locker is started" />
1229 <Field type="uint" name="stallCount" label="Stall Count" description="The number of Java threads stalled by the GC locker" />
1230 </Event>
|
1191 startTime="false">
1192 <Field type="uint" name="index" label="Index" />
1193 <Field type="ShenandoahHeapRegionState" name="from" label="From" />
1194 <Field type="ShenandoahHeapRegionState" name="to" label="To" />
1195 <Field type="ulong" contentType="address" name="start" label="Start" />
1196 <Field type="ulong" contentType="bytes" name="used" label="Used" />
1197 </Event>
1198
1199 <Event name="ShenandoahHeapRegionInformation" category="Java Virtual Machine, GC, Detailed" label="Shenandoah Heap Region Information" description="Information about a specific heap region in the Shenandoah GC"
1200 period="everyChunk">
1201 <Field type="uint" name="index" label="Index" />
1202 <Field type="ShenandoahHeapRegionState" name="state" label="State" />
1203 <Field type="ulong" contentType="address" name="start" label="Start" />
1204 <Field type="ulong" contentType="bytes" name="used" label="Used" />
1205 </Event>
1206
1207 <Type name="ShenandoahHeapRegionState" label="Shenandoah Heap Region State">
1208 <Field type="string" name="state" label="State" />
1209 </Type>
1210
1211 <Event name="ShenandoahEvacuationInformation" category="Java Virtual Machine, GC, Detailed" label="Shenandoah Evacuation Information" startTime="false">
1212 <Field type="uint" name="gcId" label="GC Identifier" relation="GcId" />
1213 <Field type="ulong" name="cSetRegions" label="Collection Set Regions" />
1214 <Field type="ulong" contentType="bytes" name="cSetUsedBefore" label="Collection Set Before" description="Memory usage before GC in the collection set regions" />
1215 <Field type="ulong" contentType="bytes" name="cSetUsedAfter" label="Collection Set After" description="Memory usage after GC in the collection set regions" />
1216 <Field type="ulong" contentType="bytes" name="collectedOld" label="Collected Old" description="Memory collected from old generation" />
1217 <Field type="ulong" contentType="bytes" name="collectedPromoted" label="Collected Promoted" description="Memory collected from generation promotion" />
1218 <Field type="ulong" contentType="bytes" name="collectedYoung" label="Collection Young" description="Memory collected from young generation" />
1219 <Field type="ulong" name="regionsPromotedHumongous" label="Regions Promoted Humongous" />
1220 <Field type="ulong" name="regionsPromotedRegular" label="Regions Promoted Regular" />
1221 <Field type="ulong" contentType="bytes" name="regularPromotedGarbage" label="Regular Promoted Garbage" description="Garbage memory of in place promoted regular regions" />
1222 <Field type="ulong" contentType="bytes" name="regularPromotedFree" label="Regular Promoted Free" description="Free memory of in place promoted regular regions" />
1223 <Field type="ulong" name="regionsFreed" label="Regions Freed" description="Free regions prior to determining collection set" />
1224 <Field type="ulong" name="regionsImmediate" label="Regions Immediate" />
1225 <Field type="ulong" contentType="bytes" name="immediateBytes" label="Immediate Bytes" />
1226 </Event>
1227
1228 <Event name="Flush" category="Flight Recorder" label="Flush" thread="false" experimental="true">
1229 <Field type="ulong" name="flushId" label="Flush Identifier" relation="FlushId" />
1230 <Field type="ulong" name="elements" label="Elements Written" />
1231 <Field type="ulong" contentType="bytes" name="size" label="Size Written" />
1232 </Event>
1233
1234 <Event name="HeapDump" category="Java Virtual Machine, Diagnostics" label="Heap Dump" description="Information about a successfully written Java heap dump"
1235 stackTrace="true" thread="true">
1236 <Field type="string" name="destination" label="Destination Path of the Dump" />
1237 <Field type="long" name="size" label="Size" />
1238 <Field type="boolean" name="gcBeforeDump" label="GC Before Dump" />
1239 <Field type="boolean" name="onOutOfMemoryError" label="Heap Dump on Out of Memory Error" />
1240 <Field type="boolean" name="overwrite" label="Overwrite" description="Heap dump overwrites previous file location if it exists" />
1241 <Field type="int" name="compression" label="Compression Level" description="Compression level of the dump, if larger than 0 we use gzip compression with this level" />
1242 </Event>
1243
1244 <Event name="GCLocker" category="Java Virtual Machine, GC, Detailed" label="GC Locker" startTime="true" thread="true" stackTrace="true">
1245 <Field type="uint" name="lockCount" label="Lock Count" description="The number of Java threads in a critical section when the GC locker is started" />
1246 <Field type="uint" name="stallCount" label="Stall Count" description="The number of Java threads stalled by the GC locker" />
1247 </Event>
|