From 81402552ee24cbfb47dc0d7a268dc9a66a7a47ee Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Wed, 17 Oct 2018 12:50:58 +0200 Subject: [PATCH] pipelimit: docs for load_fetch parameter --- src/modules/pipelimit/doc/pipelimit_admin.xml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/modules/pipelimit/doc/pipelimit_admin.xml b/src/modules/pipelimit/doc/pipelimit_admin.xml index 1fa7a709a1f..c7e678985ad 100644 --- a/src/modules/pipelimit/doc/pipelimit_admin.xml +++ b/src/modules/pipelimit/doc/pipelimit_admin.xml @@ -295,6 +295,27 @@ modparam("pipelimit", "timer_interval", 5) ... modparam("pipelimit", "timer_mode", 1) ... + + + +
+ <varname>load_fetch</varname> (integer) + + 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. + + + + Default value is 1. + + + + Set <varname>load_fetch</varname> parameter + +... +modparam("pipelimit", "load_fetch", 0) +...