I'm trying to get shared memory information from a linux box. I'm looking for shmmax, shmmni, shmall, msgmax, msgmni, semmsl, semmns etc. How to get all those values from a Perl script. any help is appreciated?
Take the 2-minute tour
×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems. It's 100% free, no registration required.
Would |
|||
|
Using
etc, mildly sugaring plain |
|||
|
IPC::Shareable
doesn't provide access to these settings. Perhaps @poige's answer is the easiest way. – Mischa Arefiev Apr 9 '12 at 11:27