Module: kamailio Branch: master Commit: 6457634c963c0f65aaf4f3ce6573490609637f74 URL: https://github.com/kamailio/kamailio/commit/6457634c963c0f65aaf4f3ce65734906...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2017-09-21T16:41:41+02:00
kex: more details about rpc stats.fetch output
---
Modified: src/modules/kex/doc/kex_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/6457634c963c0f65aaf4f3ce65734906... Patch: https://github.com/kamailio/kamailio/commit/6457634c963c0f65aaf4f3ce65734906...
---
diff --git a/src/modules/kex/doc/kex_admin.xml b/src/modules/kex/doc/kex_admin.xml index 902261e146..539ef08d2a 100644 --- a/src/modules/kex/doc/kex_admin.xml +++ b/src/modules/kex/doc/kex_admin.xml @@ -752,7 +752,10 @@ resetdebug(); <title> <function moreinfo="none">stats.fetch</function> </title> - <para>Print the list of available internal statistics.</para> + <para>Print the list of available internal statistics with a more + json friendly output. Each printed statistic is a field in the output + structure: {"statsgroup.statsname" : "statsvalue"}. The value is + represented as string to accomodate large numbers.</para> <para>Parameters: <emphasis>statsid</emphasis> - which statistics to be printed. If set to 'all' then all statistics are printed; if set to 'statsgroup:' then all statistics in the group are printed;