Print SysV IPCS information on the standard output
Clone this repository.
git clone https://github.com/gustavorv86/shmcat
Go to repository folder and run make command.
cd shmcat
make
Type ipcs -m
to view all shared memories.
Type ./dist/shmcat <shmid> [length]
to view the shared memory content.