in reply to Find total "actual" memory usage of forked processes

Most OS'es (at least on the Unix side of the fence) have commands that list out active/inactive shared memory segments and message queues, and which PIDs have a hand in them. That would probably be where i'd start. You'll need to cross-reference that against whatever processes happen to be running at the time. Google is thy friend, brother.
  • Comment on Re: Find total "actual" memory usage of forked processes