The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Operating Systems > AIX
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 07-02-2008
bakunin bakunin is offline Forum Staff  
Bughunter Extraordinaire
  
 

Join Date: May 2005
Location: In the leftmost byte of /dev/kmem
Posts: 1,628
You might want to read the manpage of "ipcs", which can provide many sorts of lists and/or totals of the various IPC-facilities. As an example, from the manpage:

Quote:
-b
Writes the maximum number of bytes in messages on queue for
message queues, the size of segments for shared memory, and the
number of semaphores in each semaphores set.
I hope this helps.

bakunin