On Solaris, iostat tells me that a device is 92% busy, but how do I find out what programs are making the requests?
Asked
Active
Viewed 1.3k times
1 Answers
10
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.

Eduardo Ivanec
- 14,881
- 1
- 37
- 43
-
1iotop is also part of the [DTrace Toolkit](http://hub.opensolaris.org/bin/view/Community+Group+dtrace/dtracetoolkit) – user9517 May 04 '11 at 15:32
-
I tried it, but alas my login is insufficiently privileged. – Thomas L Holaday May 04 '11 at 18:14