https://access.redhat.com/solutions/69753
SOLUTION UNVERIFIED - 已更新 2018年十二月24日20:13 -
环境
- Red Hat Enterprise Linux 5
问题
- Enabled oracle parameter
filesystemio_option="SetAll"
to enable use of asynchronous I/O. - What additional kernel/filesystem parameter or option is required for support of AIO?
- How can we verify that asynchronous I/O is actually being used?
决议
-
There are no additional kernel or fileystem options to set for AIO use. The application will change to utilize the appropriate AIO calls to effect the change.
-
You can verify that AIO is being utilized via the file
/proc/sys/fs/aio-nr
. When the AIO application is running and using asynchronous IO, the content of this file will be non-zero.