26.4.3.43 The user_summary_by_file_io_type and x$user_summary_by_file_io_type Views
These views summarize file I/O, grouped by user and event type. By default, rows are sorted by user and descending total latency.
The user_summary_by_file_io_type and x$user_summary_by_file_io_type 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. -
event_nameThe file I/O event name.
-
totalThe total number of occurrences of the file I/O event for the user.
-
latencyThe total wait time of timed occurrences of the file I/O event for the user.
-
max_latencyThe maximum single wait time of timed occurrences of the file I/O event for the user.
© 2025 Oracle
Licensed under the GPLv2 License.