2009/6/15 Andrei Pelinescu-Onciul andrei@iptel.org:
Hi, I've added active transactions and shared memory usage monitor: http://dev.sipdoc.net/wiki/sip-stuff/KamailioMuninPlugin
BTW: which is the difference between shmem_used and shmem_real_used?
shmem_used does not account for internal memory management overhead, while shm_real_used does.
That means that shmem_real_used will always be greater than shmem_used, so the Munin graph will display them correctly (shmem_used is displayed on top of shmem_real_used).
Thanks a lot.