boost::interprocess will create a shm like this:
boost::interprocess::managed_shared_memory segment(boost::interprocess::open_or_create, "ContainerSharedMemory", 65536);
but how can a watch this shm like this:
/Tool/SHMCache$ ipcs -m
key shmid owner perms bytes nattch status
0x00005feb 0 root 666 12000 2
0x00005fe7 32769 root 666 524288 2
0x00005fe8 65538 root 666 2097152 2
0x0001c08e 98307 root 777 2072 0