26.4.3.19 The memory_global_by_current_bytes and x$memory_global_by_current_bytes Views
These views summarize memory use, grouped by allocation type (that is, by event). By default, rows are sorted by descending amount of memory used.
The memory_global_by_current_bytes and x$memory_global_by_current_bytes views have these columns:
-
event_nameThe memory event name.
-
current_countThe total number of occurrences of the event.
-
current_allocThe current number of allocated bytes that have not been freed yet for the event.
-
current_avg_allocThe current number of allocated bytes per memory block for the event.
-
high_countThe high-water mark for number of memory blocks allocated for the event.
-
high_allocThe high-water mark for number of bytes allocated for the event.
-
high_avg_allocThe high-water mark for average number of bytes per memory block allocated for the event.
© 2025 Oracle
Licensed under the GPLv2 License.