1836611 Members
3754 Online
110102 Solutions
New Discussion

Re: shared memory

 
amipankaj
Frequent Advisor

shared memory

hi experts,

how should i find ...how much shared memory is utilized by my server. HP-UX11.11 is running on the machin.


thanks,
roy..
6 REPLIES 6
Prashanth Waugh
Esteemed Contributor

Re: shared memory

Hi ,

Check man pages for #shmget

Regards
Aul

For success, attitude is equally as important as ability
SKR_1
Trusted Contributor

Re: shared memory

Hi,

You can refer glance tool also.

glance + m

Thanks

SKR
amipankaj
Frequent Advisor

Re: shared memory

hey atul....thanks man ....but shmget is not working on my system. any other clue..?

Dennis Handly
Acclaimed Contributor

Re: shared memory

You can list shared memory segments by ipcs(1):
ipcs -ma
Prashanth Waugh
Esteemed Contributor

Re: shared memory

Hi

have u checked the man pages


Reagards
Atul
For success, attitude is equally as important as ability
Prashanth Waugh
Esteemed Contributor

Re: shared memory

Hi,

check the #ipcs -m

Regards
atul
For success, attitude is equally as important as ability