Find the answer to your Linux question:
Results 1 to 2 of 2
Hi all, can anyone tell me how to find the memory map of any process? I used the pmap on unix. But my requirement is to check how much memory ...
  1. #1
    Just Joined!
    Join Date
    Aug 2007
    Posts
    7

    Tools to get Memory Map

    Hi all,
    can anyone tell me how to find the memory map of any process? I used the pmap on unix. But my requirement is to check how much memory has been allocated from any library files.
    For example suppose i have one a.exe and it load one abc.so file which alloacate some memory. so can there be any utility to trace which memory is invoked by which .so file.

    Regards,
    Manish Gurnaney

  2. #2
    Linux Newbie JosePF's Avatar
    Join Date
    Jun 2010
    Posts
    225
    Hello,
    I guess it's too late, but I think that you want is this:
    pmap

    I hope this help you
    Regards

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...