ipcs
The ipcs command can be used to obtain the status of all System V IPC objects.
ipcs -q: Show only message queues ipcs -s: Show only semaphores ipcs -m: Show only shared memory ipcs --help: Additional arguments
Полезно использовать для отслеживания использования памяти Ораклом (SGA), особенно в случае возникновения проблем.
see also:


