Hi,
I need to know the equivalent of pmap command of Solaris in Tru64.
pmap of solaric gives the foll output
$ pmap pid
23349: bash
00010000 432K read/exec /usr/bin/bash
0008A000 80K read/write/exec /usr/bin/bash
0009E000 168K read/write/exec [ heap ]
FF100000 664K read/exec /usr/lib/libc.so.1
FF1B6000 24K read/write/exec /usr/lib/libc.so.1
FF1BC000 8K read/write/exec /usr/lib/libc.so.1
FF200000 552K read/exec /usr/lib/libnsl.so.1
FF29A000 32K read/write/exec /usr/lib/libnsl.so.1
FF2A2000 32K read/write/exec /usr/lib/libnsl.so.1
FF2C0000 16K read/exec /usr/lib/locale/en_US.ISO8859-1/en_US.ISO8859-1.so.2
FF2D2000 16K read/write/exec /usr/lib/locale/en_US.ISO8859-1/en_US.ISO8859-1.so.2
FF2E0000 16K read/exec /usr/platform/sun4u/lib/libc_psr.so.1
........
How do i get the equivalent info in Tru64 ?
Mohan
I need to know the equivalent of pmap command of Solaris in Tru64.
pmap of solaric gives the foll output
$ pmap pid
23349: bash
00010000 432K read/exec /usr/bin/bash
0008A000 80K read/write/exec /usr/bin/bash
0009E000 168K read/write/exec [ heap ]
FF100000 664K read/exec /usr/lib/libc.so.1
FF1B6000 24K read/write/exec /usr/lib/libc.so.1
FF1BC000 8K read/write/exec /usr/lib/libc.so.1
FF200000 552K read/exec /usr/lib/libnsl.so.1
FF29A000 32K read/write/exec /usr/lib/libnsl.so.1
FF2A2000 32K read/write/exec /usr/lib/libnsl.so.1
FF2C0000 16K read/exec /usr/lib/locale/en_US.ISO8859-1/en_US.ISO8859-1.so.2
FF2D2000 16K read/write/exec /usr/lib/locale/en_US.ISO8859-1/en_US.ISO8859-1.so.2
FF2E0000 16K read/exec /usr/platform/sun4u/lib/libc_psr.so.1
........
How do i get the equivalent info in Tru64 ?
Mohan