On 20/12/06, Danny Lieberman <[EMAIL PROTECTED]> wrote:
How do I get the real IO (block reads/writes per second, not cached) of
each process on a running Linux system?
vmstat and iostat dont provide process level detail

Same question about sockets - how do I find out which process hogs my
network bandwidth?
My current best solution is to use iftop to find the offending
connection and then grep for the endpoint in lsof -i, which kind of
works but feels silly.

--
Beni Cherniavsky <[EMAIL PROTECTED]> (I read email only on weekends)

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to