4

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

Thomas L Holaday
  • 1,353
  • 4
  • 16
  • 19

1 Answers1

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