GNU shmm shared memory manager - Summary
This software is part of the GNU Project.
shmm (for shared memory manager) is a software which permit to control, analyze, modify all shared memory in use on your system. It comes to complete ipcs and ipcrm commands which give you a list of all ipc in use on your system and give you the possibility to destroy them.
It can help you to debug your program by dumping the memory in a file or to change content of a shared memory currently in use by another software by loading memory from a file or directly from the command line when you use only string.
You can even use it to use shared memory in your shell script !
Registration Date: Sat 14 Jun 2008 05:06:30 PM UTC
License: GNU General Public License v3 or later
Development Status: 5 - Production/Stable
- Browse open items
Submit a new item
Powered by Savane 3.14-8aba.
Corresponding source code