From performance redbook:
Since AIX Version 4.3.3, the I/O wait time is no longer inflated; all CPUs are no longer attributed wait time when a disk is busy and the CPU is idle. The decision
is based on whether a thread is awaiting an I/O on the CPU being measured.
This method can report accurate wio times when just a few threads are doing I/O and the system is otherwise idle.
My question is, if there is wio% of about 30 on an SMP box does that mean that 30% of the time no processes are waiting for CPU? Would it help putting in more CPUs on the system?
Thanks