[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Identify process hammering disk
- Subject: [ale] Identify process hammering disk
- From: bpitts at learnlink.emory.edu (Brian Pitts)
- Date: Tue, 18 Apr 2006 02:50:36 +0000 (UTC)
- References: <[email protected]>
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.