[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: monitor disc/net i/o per process?



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
peery io com







[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]