On Solaris, iostat tells me that a device is 92% busy, but how do I find out what programs are making the requests?

link|improve this question

feedback

1 Answer

up vote 6 down vote accepted

If you mean Solaris 10 try iotop, a DTrace script by Brendan Gregg. It lists the device (fifth column).

http://www.brendangregg.com/DTrace/iotop

You can find some other particularly useful DTrace scripts at http://prefetch.net/articles/solaris.dtracetopten.html.

link|improve this answer
1  
iotop is also part of the DTrace Toolkit – Iain May 4 '11 at 15:32
I tried it, but alas my login is insufficiently privileged. – Thomas L Holaday May 4 '11 at 18:14
feedback

Your Answer

 
or
required, but never shown

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