Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement program lsipc #19

Open
sylvestre opened this issue Mar 2, 2024 · 0 comments
Open

Implement program lsipc #19

sylvestre opened this issue Mar 2, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@sylvestre
Copy link
Sponsor Contributor

       lsipc - show information on IPC facilities currently employed in the system

example on my system:

RESOURCE DESCRIPTION                                              LIMIT  USED  USE%
MSGMNI   Number of message queues                                 32000     0 0.00%
MSGMAX   Max size of message (bytes)                                 8K     -     -
MSGMNB   Default max size of queue (bytes)                          16K     -     -
SHMMNI   Shared memory segments                                    4096     3 0.07%
SHMALL   Shared memory pages                       18446744073692774399 16576 0.00%
SHMMAX   Max size of shared memory segment (bytes)                  16E     -     -
SHMMIN   Min size of shared memory segment (bytes)                   1B     -     -
SEMMNI   Number of semaphore identifiers                          32000     0 0.00%
SEMMNS   Total number of semaphores                          1024000000     0 0.00%
SEMMSL   Max semaphores per semaphore set.                        32000     -     -
SEMOPM   Max number of operations per semop(2)                      500     -     -
SEMVMX   Semaphore max value                                      32767     -     -
@sylvestre sylvestre added the good first issue Good for newcomers label Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Status: No status
Development

No branches or pull requests

1 participant