shared memory utilities
目录
Table of Contents
本文为摘录(或转载),侵删,原文为: https://linuxopsys.com/topics/check-shared-memory-in-linux
1 RTFM…
1.1 ipcs
1.2 ipcrm
2 Check shared memory in Linux
Print active shared memory segments using -m option.
|
|
where,
“dest” status means memory segment is marked to be destroyed “nattach” field shows how many application pid’s are still attached to the shared memory
The following command print information about active shared memory segments: