From 6e02521739992a4e7dde0ebfae71186b8e866624 Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Mon, 9 Oct 2023 14:07:28 +0200 Subject: [PATCH] corex: docs for shm.rprint rpc command --- src/modules/corex/doc/corex_admin.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/modules/corex/doc/corex_admin.xml b/src/modules/corex/doc/corex_admin.xml index 6b60cbbf445..29aaa8ccbe8 100644 --- a/src/modules/corex/doc/corex_admin.xml +++ b/src/modules/corex/doc/corex_admin.xml @@ -1105,6 +1105,26 @@ route[reply] { &kamcli; rpc shm.stats + +
+ + <function moreinfo="none">corex.shm.rprint</function> + + + Shared memory usage status report printed to file upon filter match + with the file of allocation. + + + It takes two parameters: the path to file where to write the report; + the string to match the allocation file (the match is done as value + included in the path fo the allocation file). + + + Example: + + + &kamcli; rpc shm.rprint /tmp/kamailioshm.txt dns_cache.c +