[ale] Identify process hammering disk

Brian Pitts bpitts at learnlink.emory.edu
Mon Apr 17 22:50:36 EDT 2006


James Taylor <James.Taylor at ...> writes:
> 
> While investigating this I started looking for a tool to monitor disk activity
and relate it to a process, 
> but nothing stands out.
> Does anyone have any suggestions?
> 

If the culprit is opening and closing a lot of files, something like

lsof > a
lsof > b
diff a b

might reveal it.





More information about the Ale mailing list