My disk often is utilized, but top (and htop, a custom replacement) show nothing suspicious.

Is there a way to sort processes by I/O (more specific: disk) utilization?

EDIT
Found out using iotop that those strange processes are flush-8:16 and jbd2/sdb3-7. Seems to have to do with usual filesystem operations.

link|improve this question

feedback

2 Answers

up vote 8 down vote accepted

Have you tried iotop ?

You may need to install it before. Also, it depends on a kernel feature that may or may not enabled in your specific distribution.

link|improve this answer
Great! Thank you! – java.is.for.desktop Mar 2 '10 at 16:22
Works on Mac OS X, too. Not sure that it is going to help with the problem at hand, though. – dmckee Mar 2 '10 at 16:27
1  
wow. That's fantastic. 15+ years of admin work and I've never run into that. Thanks! – skarface Mar 2 '10 at 17:06
feedback

You might want to give atop a try. It seems to do a good job of letting you know what is going on.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.