Thomas L Holaday Asked: 2011-05-05 07:07:22 +0800 CST2011-05-05 07:07:22 +0800 CST 2011-05-05 07:07:22 +0800 CST On Solaris, how can I tell what processes are doing disk i/o on a particular device? 772 On Solaris, iostat tells me that a device is 92% busy, but how do I find out what programs are making the requests? io solaris 1 Answers Voted Best Answer Eduardo Ivanec 2011-05-05T07:28:38+08:002011-05-05T07:28:38+08:00 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.
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.