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 +