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
Column
Description
Example
SELECT * FROM sys.io_global_by_file_by_bytes\G
...
*************************** 3. row ***************************
file: @@datadir/ddl_recovery.log
count_read: 0
total_read: 0 bytes
avg_read: 0 bytes
count_write: 114
total_written: 220.17 KiB
avg_write: 1.93 KiB
total: 220.17 KiB
write_pct: 100.00
*************************** 4. row ***************************
file: @@datadir/ib_logfile0
count_read: 6
total_read: 66.50 KiB
avg_read: 11.08 KiB
count_write: 43
total_written: 81.00 KiB
avg_write: 1.88 KiB
total: 147.50 KiB
write_pct: 54.92
...
SELECT * FROM sys.x$io_global_by_file_by_bytes\G
...
*************************** 3. row ***************************
file: /home/ian/sandboxes/msb_10_6_19/data/ddl_recovery.log
count_read: 0
total_read: 0
avg_read: 0.0000
count_write: 114
total_written: 225459
avg_write: 1977.7105
total: 225459
write_pct: 100.00
*************************** 4. row ***************************
file: /home/ian/sandboxes/msb_10_6_19/data/ib_logfile0
count_read: 6
total_read: 68096
avg_read: 11349.3333
count_write: 43
total_written: 82944
avg_write: 1928.9302
total: 151040
write_pct: 54.92
...Previousio_by_thread_by_latency and x$io_by_thread_by_latency Sys Schema ViewsNextio_global_by_file_by_latency and x$io_global_by_file_by_latency Sys Schema Views
Last updated
Was this helpful?

