1847213 Members
2043 Online
110263 Solutions
New Discussion

pmap Coommand

 
Manuel Siete Castolo
Occasional Contributor

pmap Coommand

I did not find the pmap command.
What command could I use instead of?

HP-UX B.11.11 U 9000/800
6 REPLIES 6
Patrick Wallek
Honored Contributor

Re: pmap Coommand

Are you looking for a shell command or a C system call?

What are you trying to do?
James R. Ferguson
Acclaimed Contributor

Re: pmap Coommand

Hi:

Depending upon what details you want, either 'lsof' or 'glance' can provide you quite a bit of information.

Regards!

...JRF...
Manohar Manne_1
Occasional Advisor
Manuel Siete Castolo
Occasional Contributor

Re: pmap Coommand

I am looking for shmid count of a process,
The pmap command I already have been foud is a shell coommand.

for lsof or glance, I dont have any Idea because there is no manual entry for that.
Dennis Handly
Acclaimed Contributor

Re: pmap Coommand

The is a pmap command on 11.31:
pmap prints the address space information of a process.
anonymous if the object is mapped as MAP_ANONYMOUS.
stack if the object mapped is the stack segment
of the process.
text The object mapped is the text segment of
the program.
data The object mapped is the data segment of
the program.
filename The object is mapped from a file. If the
file name cannot be resolved, then the
inode number and the device ID of the file
is displayed.
Other map names include: nulldref, shared_memory, uarea,
graphics, dma_graphics, and io.
Manuel Siete Castolo
Occasional Contributor

Re: pmap Coommand

I Have a lot of clues that answer me, for now I do not have the commands on my system, some of them I do not buy it; for others, I do not have the operating system versions.

Thank You very much.

best regards.