On Tue, 20 Jan 2004, Cian Cullinan wrote:
> iostat tells me there is writing to the hard disk going on (that and the
> blinky led on the front of the computer). lsof shows me what files are
> open, and which have been opened for writting, but doesn't tell me which
> are currently being written to (it's a long list).
This is probably not the best way to do it but you could use strace to
trap writes to file descriptors (see man page on how to filter strace
output) and record how much is written to each descriptor. See
/proc/pid/fd then to see which files those descriptors correspond to.
As I said, there is probably a far neater way of doing thing.
--
Mel Gorman
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!