Comment 1 for bug 152228

Revision history for this message
Greg Grossmeier (greg.grossmeier) wrote :

Thanks for the suggestion.

But this may actually be on purpose. I/O Wait means that the processor is not doing anything, because it is waiting for some I/O to finish. The CPU *could* be doing work, but it isn't. So, from the processor's viewpoint (which is what the applet is showing), it is idle.

See links:
 http://www.metron.co.uk/reference/performance_tips/unix/unix_tip11.html
 http://nixcraft.com/linux-software/431-what-i-o-wait-under-ps-command.html