up vote 2 down vote favorite
share [g+] share [fb]

Is there a similar tool to Windows 7 Resource Monitor in OS X that can show me how many I/O operations are being performed for each active process?

link|improve this question

68% accept rate
I am assuming you want something beyond the Activity Monitor? If so could you clarify this in the question? – Diago Aug 29 '09 at 21:02
feedback

1 Answer

up vote 2 down vote accepted

You can open a wide Terminal window and enter the command:

sudo fs_usage -f filesys

This will show all filesystem activity on the system, as it occurs. It will show not only which processes are accessing the filesystem, but also what they are doing.

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.