shmcat

Dumps and inspects System V and POSIX shared memory segments

brewmacoslinux
Try with needOr install directly
Source

About

Tool that dumps shared memory segments (System V and POSIX)

Commands

shmcat

Examples

List all shared memory segments on the system$ shmcat
Dump contents of a specific shared memory segment by ID$ shmcat -i 12345
Display shared memory segment details in hexadecimal format$ shmcat -i 12345 -x