NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: POSIX semaphore/shared memory management/monitoring tools



    Date:        Sun, 31 Dec 2017 19:07:52 -0600
    From:        Eric Haszlakiewicz <hawicz%gmail.com@localhost>
    Message-ID:  <CAMwP47BOo1V9bgVVAFLfWr5ozKqgm5FgYybb3uhDw=+h+rAwjQ%mail.gmail.com@localhost>


  | Does it work for posix shmem and semaphore too?

     -m      Display information about active shared memory segments.

     -o      Show outstanding usage for active message queues, and shared
             memory segments.

     -p      Show the process ID information for active semaphores, message
             queues, and shared memory segments.

     -q      Display information about active message queues.

     -s      Display information about active semaphores.

     -t      Show access times for active semaphores, message queues, and
             shared memory segments.

     -M      Display system information about shared memory.

     -Q      Display system information about messages queues.

     -S      Display system information about semaphores.

     -T      Display system information about shared memory, message queues
             and semaphores.  (This is shorthand for specifying the -M, -Q,
             and -S options.)

The man pages are all on line - you could easily discover all of this
for yourself.

kre



Home | Main Index | Thread Index | Old Index