Skip to content

Commit

Permalink
pipelimit: docs for load_fetch parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Oct 17, 2018
1 parent 61d1fbc commit 8140255
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/modules/pipelimit/doc/pipelimit_admin.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 8140255

Please sign in to comment.