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 ...
- 06-23-2010 #1Just 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
- 06-30-2010 #2
Hello,
I guess it's too late, but I think that you want is this:
pmap
I hope this help you
Regards


Reply With Quote