Hi!
Is there a way to get the status of shm memory? (used memory vs. free memory)
Thanks Klaus
Hello,
iirc:
kamctl get_statistics shmem:
It is anyhow part of: kamctl get_statistics all. There should be one alternative via RPC (e.g., sercmd)
Cheers, Daniel
On 10/31/11 5:09 PM, Klaus Darilion wrote:
Hi!
Is there a way to get the status of shm memory? (used memory vs. free memory)
Thanks Klaus
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Thanks for the hint. Although the syntax seems to be a bit different. That works for me:
kamctl fifo get_statistics all|grep shmem
regards klaus
On 31.10.2011 17:25, Daniel-Constantin Mierla wrote:
Hello,
iirc:
kamctl get_statistics shmem:
It is anyhow part of: kamctl get_statistics all. There should be one alternative via RPC (e.g., sercmd)
Cheers, Daniel
On 10/31/11 5:09 PM, Klaus Darilion wrote:
Hi!
Is there a way to get the status of shm memory? (used memory vs. free memory)
Thanks Klaus
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
On 10/31/11 5:41 PM, Klaus Darilion wrote:
Thanks for the hint. Although the syntax seems to be a bit different. That works for me:
kamctl fifo get_statistics all|grep shmem
right, I forgot about 'fifo' param. This should be fine as well:
kamctl fifo get_statistics shmem:
so you don't need grep.
Cheers, Daniel
regards klaus
On 31.10.2011 17:25, Daniel-Constantin Mierla wrote:
Hello,
iirc:
kamctl get_statistics shmem:
It is anyhow part of: kamctl get_statistics all. There should be one alternative via RPC (e.g., sercmd)
Cheers, Daniel
On 10/31/11 5:09 PM, Klaus Darilion wrote:
Hi!
Is there a way to get the status of shm memory? (used memory vs. free memory)
Thanks Klaus
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
On 31.10.2011 17:48, Daniel-Constantin Mierla wrote:
On 10/31/11 5:41 PM, Klaus Darilion wrote:
Thanks for the hint. Although the syntax seems to be a bit different. That works for me:
kamctl fifo get_statistics all|grep shmem
right, I forgot about 'fifo' param. This should be fine as well:
kamctl fifo get_statistics shmem:
Yep. Works if the colon is added at the end :-)
Thanks Klaus