Răsfoiți Sursa

pipelimit: docs for load_fetch parameter

Daniel-Constantin Mierla 7 ani în urmă
părinte
comite
81402552ee
1 a modificat fișierele cu 21 adăugiri și 0 ștergeri
  1. 21 0
      src/modules/pipelimit/doc/pipelimit_admin.xml

+ 21 - 0
src/modules/pipelimit/doc/pipelimit_admin.xml

@@ -295,6 +295,27 @@ modparam("pipelimit", "timer_interval", 5)
 ...
 modparam("pipelimit", "timer_mode", 1)
 ...
+</programlisting>
+		</example>
+	</section>
+	<section id="pipelimit.p.load_fetch">
+		<title><varname>load_fetch</varname> (integer)</title>
+		<para>
+		Control if the module should fetch the load for CPU and network traffic.
+		If set to 0, no load is fetched; if set to 1, the load is fetched every
+		timer interval.
+		</para>
+		<para>
+		<emphasis>
+			Default value is 1.
+		</emphasis>
+		</para>
+		<example>
+		<title>Set <varname>load_fetch</varname> parameter</title>
+		<programlisting format="linespecific">
+...
+modparam("pipelimit", "load_fetch", 0)
+...
 </programlisting>
 		</example>
 	</section>