Stefan Monnier wrote: 
> Is there a tool somewhere that lets me monitor a single process?
> 
> Something I'd run, passing it a PID and which would display a regularly
> refreshed status of what the process is doing: MB/s read from the
> filesystem, MB/s written to the filesystem, maybe even with more detail
> (actual file name(s) accessed maybe summarized as directories if there
> are too many), same thing for the network, amount of CPU being used,
> ideally even some indication of "where" that CPU time is spent
> (e.g. among the mmaped files containing code, which one contains the
> code where we're spending most of the time?).
> Also, percentage of time spent waiting (and if so, waiting for what
> kind of resource, ...)?

htop is in Stable and can be narrowed down to one user or one
process ID via command line flags.

-dsr-

Reply via email to