Operating System - HP-UX
1837202 Members
3051 Online
110115 Solutions
New Discussion

Finding current used resources

 
Brian_71
Occasional Advisor

Finding current used resources

For things like semaphores, semni, etc. how can I find out how many of each of these areas is in use.
3 REPLIES 3
A. Clay Stephenson
Acclaimed Contributor

Re: Finding current used resources

ipcs -s -a is about as good as it gets. Man ipcs for details. You can also examine some of these with Glance.
If it ain't broke, I can fix that.
Helen French
Honored Contributor

Re: Finding current used resources

Hi Brian,

One option is to use '-m' option with sar:

# sar -m 1 20
# man sar

Also you can check these parameters with GlancePlus:

# gpm

HTH,
Shiju
Life is a promise, fulfill it!
Victor BERRIDGE
Honored Contributor

Re: Finding current used resources

Hi,
with glance...
You could try for semaphores etc to use ipcs...



All the best

Victor