Hi: Is there any way to know how many logical pages a process references, from the exec to exit, ie. count in all anonymous as well as file mapped pages. Is it right to use (majorNo, MinorNo, blkNo) to identify those pages that are mmaped. and (pid, virt_addr) to identify those generated pages? but a pid would certainly reuse its virt_addr for different logical pages, right? Any hints? thanks jean __________________________________________________ Do you Yahoo!? Yahoo! News - Today's headlines http://news.yahoo.com -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/