Set the target PID for debug.
SQL> oradebug setorapid 75;
Unix process pid: 2394570, image: oracle@localhost (TNS V1-V3)
Suspend the PID
SQL> oradebug suspend;
Statement processed.
I saw IO busy percentage was dropping at the moment.
Resume the PID
SQL> oradebug resume;
Statement processed.