Re: unknown io writes in 2.6.16
From: dean gaudet
Date: Fri May 12 2006 - 13:16:46 EST
On Wed, 10 May 2006, Mark Hedges wrote:
> Just a wishlist that process IO could be monitored. I hate to
> say it but ctl-alt-esc in W2K can monitor io by process, and
> that's really useful. (I will never go back though.)
/etc/init.d/klogd stop
echo 1 >/proc/sys/vm/block_dump
/sbin/klogd -n -f -
watch lots of spew
^C
echo 0 >/proc/sys/vm/block_dump
/etc/init.d/klogd start
that will tell you a lot of stuff. it will probably lead you to a process
or two as culprits... use strace(8) to attach to those and get more
specific information.
now... share with me how to do this on windoze? :) i'm trying to get rid
of the last write or two on my laptop...
-dean
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/