From 6457634c963c0f65aaf4f3ce6573490609637f74 Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Thu, 21 Sep 2017 16:41:41 +0200 Subject: [PATCH] kex: more details about rpc stats.fetch output --- src/modules/kex/doc/kex_admin.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/modules/kex/doc/kex_admin.xml b/src/modules/kex/doc/kex_admin.xml index 902261e1464..539ef08d2ab 100644 --- a/src/modules/kex/doc/kex_admin.xml +++ b/src/modules/kex/doc/kex_admin.xml @@ -752,7 +752,10 @@ resetdebug(); <function moreinfo="none">stats.fetch</function> - Print the list of available internal statistics. + 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. Parameters: statsid - 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;