io_global_by_file_by_bytes and x$io_global_by_file_by_bytes Sys Schema Views
These views summarize global file I/O statistics grouped by file path, sorted by total bytes read and written.
Description
The io_global_by_file_by_bytes and x$io_global_by_file_by_bytes views summarize global I/O consumers showing I/O in bytes, grouped by file. Rows are sorted by descending total I/O (bytes read and written) by default.
The io_global_by_file_by_bytes view is intended to be easier for human reading, while the x$io_global_by_file_by_bytes view provides the data in raw form, intended for tools that process the data.
They contain the following columns:
This page is licensed: CC BY-SA / Gnu FDL