1832577 Members
3218 Online
110043 Solutions
New Discussion

IPCS performance

 
Narasimham
Advisor

IPCS performance

Hi..

How do we monitor the performance of IPCS messaging in HP-UX

Thanks
Narasimnham

3 REPLIES 3
Sanjay_6
Honored Contributor

Re: IPCS performance

Hi,

Try this link,

http://us-support3.external.hp.com/cki/bin/doc.pl/sid=8c8be2b108170192d5/screen=ckiDisplayDocument?docId=200000058374588

Look for the explanation of the output of "ipcs ???mob" command.

Hope this helps.

Regds
Mark Greene_1
Honored Contributor

Re: IPCS performance

this shows you what is going on at the moment:

ipcs -q -bopt

man ipcs for more info and options

you can see aggregate info with:

sar -m

man sar for more info

hth,
mark
the future will be a lot like now, only later
Uday_S_Ankolekar
Honored Contributor

Re: IPCS performance


Hi,

Try

ipcs -moba
This will list you all shared memory resource details.

If you find anything under NATTACH with value zero and if it's not owned by root you can remove them by ipcrm

ipcrm -m id #


-USA..
Good Luck..