|
811 | 811 | <Field type="float" name="removalRate" label="Removal Rate" description="How many items were removed since last event (per second)" /> |
812 | 812 | </Event> |
813 | 813 |
|
814 | | - <Event name="PlaceholderTableStatistics" category="Java Virtual Machine, Runtime, Tables" label="Placeholder Table Statistics" period="everyChunk"> |
815 | | - <Field type="ulong" name="bucketCount" label="Bucket Count" description="Number of buckets" /> |
816 | | - <Field type="ulong" name="entryCount" label="Entry Count" description="Number of all entries" /> |
817 | | - <Field type="ulong" contentType="bytes" name="totalFootprint" label="Total Footprint" description="Total memory footprint (the table itself plus all of the entries)" /> |
818 | | - <Field type="ulong" name="bucketCountMaximum" label="Maximum Bucket Count" description="The maximum bucket length (entries in a single bucket)" /> |
819 | | - <Field type="float" name="bucketCountAverage" label="Average Bucket Count" description="The average bucket length" /> |
820 | | - <Field type="float" name="bucketCountVariance" label="Bucket Count Variance" description="How far bucket lengths are spread out from their average value" /> |
821 | | - <Field type="float" name="bucketCountStandardDeviation" label="Bucket Count Standard Deviation" description="How far bucket lengths are spread out from their mean (expected) value" /> |
822 | | - <Field type="float" name="insertionRate" label="Insertion Rate" description="How many items were added since last event (per second)" /> |
823 | | - <Field type="float" name="removalRate" label="Removal Rate" description="How many items were removed since last event (per second)" /> |
824 | | - </Event> |
825 | | - |
826 | | - <Event name="LoaderConstraintsTableStatistics" category="Java Virtual Machine, Runtime, Tables" label="Loader Constraints Table Statistics" period="everyChunk"> |
827 | | - <Field type="ulong" name="bucketCount" label="Bucket Count" /> |
828 | | - <Field type="ulong" name="entryCount" label="Entry Count" description="Number of all entries" /> |
829 | | - <Field type="ulong" contentType="bytes" name="totalFootprint" label="Total Footprint" description="Total memory footprint (the table itself plus all of the entries)" /> |
830 | | - <Field type="ulong" name="bucketCountMaximum" label="Maximum Bucket Count" description="The maximum bucket length (entries in a single bucket)" /> |
831 | | - <Field type="float" name="bucketCountAverage" label="Average Bucket Count" description="The average bucket length" /> |
832 | | - <Field type="float" name="bucketCountVariance" label="Bucket Count Variance" description="How far bucket lengths are spread out from their average value" /> |
833 | | - <Field type="float" name="bucketCountStandardDeviation" label="Bucket Count Standard Deviation" description="How far bucket lengths are spread out from their mean (expected) value" /> |
834 | | - <Field type="float" name="insertionRate" label="Insertion Rate" description="How many items were added since last event (per second)" /> |
835 | | - <Field type="float" name="removalRate" label="Removal Rate" description="How many items were removed since last event (per second)" /> |
836 | | - </Event> |
837 | | - |
838 | | - <Event name="ProtectionDomainCacheTableStatistics" category="Java Virtual Machine, Runtime, Tables" label="Protection Domain Cache Table Statistics" period="everyChunk"> |
839 | | - <Field type="ulong" name="bucketCount" label="Bucket Count" description="Number of buckets" /> |
840 | | - <Field type="ulong" name="entryCount" label="Entry Count" description="Number of all entries" /> |
841 | | - <Field type="ulong" contentType="bytes" name="totalFootprint" label="Total Footprint" description="Total memory footprint (the table itself plus all of the entries)" /> |
842 | | - <Field type="ulong" name="bucketCountMaximum" label="Maximum Bucket Count" description="The maximum bucket length (entries in a single bucket)" /> |
843 | | - <Field type="float" name="bucketCountAverage" label="Average Bucket Count" description="The average bucket length" /> |
844 | | - <Field type="float" name="bucketCountVariance" label="Bucket Count Variance" description="How far bucket lengths are spread out from their average value" /> |
845 | | - <Field type="float" name="bucketCountStandardDeviation" label="Bucket Count Standard Deviation" description="How far bucket lengths are spread out from their mean (expected) value" /> |
846 | | - <Field type="float" name="insertionRate" label="Insertion Rate" description="How many items were added since last event (per second)" /> |
847 | | - <Field type="float" name="removalRate" label="Removal Rate" description="How many items were removed since last event (per second)" /> |
848 | | - </Event> |
849 | | - |
850 | 814 | <Event name="ThreadAllocationStatistics" category="Java Application, Statistics" label="Thread Allocation Statistics" period="everyChunk"> |
851 | 815 | <Field type="ulong" contentType="bytes" name="allocated" label="Allocated" description="Approximate number of bytes allocated since thread start" /> |
852 | 816 | <Field type="Thread" name="thread" label="Thread" /> |
|
0 commit comments