浏览代码

kex: more details about rpc stats.fetch output

Daniel-Constantin Mierla 8 年之前
父节点
当前提交
6457634c96
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      src/modules/kex/doc/kex_admin.xml

+ 4 - 1
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;