فهرست منبع

xhttp_prom: update documentation

Ovidiu Sas 1 سال پیش
والد
کامیت
a55967c0e8
1فایلهای تغییر یافته به همراه23 افزوده شده و 0 حذف شده
  1. 23 0
      src/modules/xhttp_prom/doc/xhttp_prom_admin.xml

+ 23 - 0
src/modules/xhttp_prom/doc/xhttp_prom_admin.xml

@@ -178,6 +178,29 @@ modparam("xhttp_prom", "xhttp_prom_stats", "200_replies")
 
 # Do not display internal &kamailio; statistics. This is the default option.
 modparam("xhttp_prom", "xhttp_prom_stats", "")
+...
+		</programlisting>
+	  </example>
+	</section>
+	<section id="xhttp_prom.p.xhttp_prom_pkg_stats">
+	  <title><varname>xhttp_prom_pkg_stats</varname> (str)</title>
+	  <para>
+		Enable or disable internal &kamailio; pkg memory statistics.
+	  </para>
+	  <para>
+		<emphasis>If not 0</emphasis>, pkg memory statistics will be displayed.
+	  </para>
+	  <para>
+		<emphasis>
+		  Default value is 0 (no pkg memory statistics).
+		</emphasis>
+	  </para>
+	  <example>
+		<title>Set <varname>xhttp_prom_pkg_stats</varname> parameter</title>
+		<programlisting format="linespecific">
+...
+# enable pkg stats
+modparam("xhttp_prom", "xhttp_prom_pkg_stats", 1)
 ...
 		</programlisting>
 	  </example>