how to get the memory mapping for a core on Linux/HPUX (pmap)

Posted by Frank Meerkötter on Stack Overflow See other posts from Stack Overflow or by Frank Meerkötter
Published on 2010-03-16T16:22:14Z Indexed on 2010/03/17 1:21 UTC
Read the original article Hit count: 380

Filed under:
|
|
|
|

On solaris i can run the pmap command on a core file to get the memory map of a crashed process. Unfortunately the pmap command available on HPUX and Linux doesn't provide this option. Any pointers how i can get this information on these platforms?

Thanks!

© Stack Overflow or respective owner

Related posts about pmap

Related posts about memorymapping