diff --git a/src/modules/cdp/doc/cdp_admin.xml b/src/modules/cdp/doc/cdp_admin.xml index aaa229767c7..698e3e3c040 100644 --- a/src/modules/cdp/doc/cdp_admin.xml +++ b/src/modules/cdp/doc/cdp_admin.xml @@ -127,7 +127,24 @@ modparam("cdp", "latency_threshold", 1000)
- workerq_length_threshold_percentage (int) + <varname>workerq_latency_threshold</varname> (int) + + The time in ms above which a log error is written to log file for + putting tasks into task queue. + + Default value is 100. + + + Set <varname>workerq_latency_threshold</varname> parameter + + ... +modparam("cdp", "workerq_latency_threshold", 250) +... + + +
+
+ <varname>workerq_length_threshold_percentage</varname> (int) The threshold of the length of the worker queue as a percentage of the maximum queue size - when exceeded a warning is written to the log