Process memory inspection

2008-10-01 Thread Ivan Voras
Hi, The top utility has SIZE and RES, but doesn't have what part of SIZE is sysv shared memory. Is there something that can print out in detail how a process uses / allocates its memory (I'm specifically interested in sysvshm but there's also the stack mmap)?

Re: Process memory inspection

2008-10-01 Thread Dan Nelson
In the last episode (Oct 01), Ivan Voras said: Hi, The top utility has SIZE and RES, but doesn't have what part of SIZE is sysv shared memory. Is there something that can print out in detail how a process uses / allocates its memory (I'm specifically interested in sysvshm but there's also