* Wolfgang Liebich <[EMAIL PROTECTED]> [2007-01-23 07:33] : > Hi, > I want to trace the memory consumption of one selected process > (threads and maybe child processes included). In WindowsNT and higher > the Performance Monitor can do that. Is there a linux tool out there > which can perform that feat, or do I have to hack a script which > periodically looks into /proc and gathers all stats by itself? > Ciao, > Wolfgang
You could give sys-process/htop a try ... It lists all processes but you can select 1 process and monitor it - if you use the tree-view you can follow it's child processes as well. It is not very detailed but perhaps already enough for your needs ... HTH swimmer -- [email protected] mailing list

