26.4.3.42 The user_summary_by_file_io and x$user_summary_by_file_io Views
These views summarize file I/O, grouped by user. By default, rows are sorted by descending total file I/O latency.
The user_summary_by_file_io and x$user_summary_by_file_io views have these columns:
-
userThe client user name. Rows for which the
USERcolumn in the underlying Performance Schema table isNULLare assumed to be for background threads and are reported with a host name ofbackground. -
iosThe total number of file I/O events for the user.
-
io_latencyThe total wait time of timed file I/O events for the user.
© 2025 Oracle
Licensed under the GPLv2 License.