onstat -g iof command: Print asynchronous I/O statistics
Use the onstat -g iof command to display the asynchronous I/O statistics by chunk or file.
This command is similar to the onstat -D command, except that onstat -g iof also displays information on nonchunk files. It includes information about temporary files and sort-work files.
Example output
Output description
- gfd
- Global file descriptor number for this chunk or file.
- pathname
- The pathname of the chunk or file.
- bytes read
- Number of byte reads that have occurred against the chunk or file.
- page reads
- Number of page reads that have occurred against the chunk or file.
- bytes write
- Number of byte writes that have occurred against the chunk or file.
- page writes
- Number of page writes that have occurred against the chunk or file.
- io/s
- Number of I/O operations that can be performed per second. This value represents the I/O performance of the chunk or file.
- op type
- Type of operation.
- count
- Number of times the operation occurred.
- avg time
- Average time the operation took to complete.