gregory mott wrote:

>does anyone know of an app useful for monitoring disc and/or network i/o
>per process?
>
As a very poor approximation:
    strace <program>  2> /tmp/strace &
    tail -f /tmp/strace | grep write

>basically i'd like something just like top,
>
Sorry, I haven't seen anything with this level of detail.

Alan
--
Alan Peery
Unix since 1985
[EMAIL PROTECTED]





_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to