Преглед на файлове

modules: readme files regenerated - dispatcher ... [skip ci]

Kamailio Dev преди 5 дни
родител
ревизия
7074b6fdb4
променени са 1 файла, в които са добавени 8 реда и са изтрити 9 реда
  1. 8 9
      src/modules/dispatcher/README

+ 8 - 9
src/modules/dispatcher/README

@@ -873,15 +873,14 @@ modparam("dispatcher", "ds_retain_latency_stats", 1)
 
 
 3.29. ds_latency_estimator_alpha (int)
 3.29. ds_latency_estimator_alpha (int)
 
 
-   The value to be used to control the memory of the estimator EWMA
-   "exponential weighted moving average" or "the speed at which the older
-   samples are dampened" a good explanation can be found here :
-   http://www.itl.nist.gov/div898/handbook/pmc/section3/pmc324.htm Because
-   Kamailio doesn't support float parameter types, the value in the
-   parameter is divided by 1000 and stored as float. For example, if you
-   want to set the alpha to be 0.75, use value 750 here.
-
-   Default value is “900 => 0.9”.
+   The parameter decides how important each latency ping observation is in
+   the calculation of the EWMA. The higher the value of alpha, the more
+   closely the EWMA tracks the original time series. Because Kamailio
+   doesn't support float parameter types, the value in the parameter is
+   divided by 1000 and stored as float. For example, if you want to set
+   the alpha to be 0.25, use value 250 here.
+
+   Default value is “100 => 0.1”.
 
 
    Example 1.31. Set the “ds_latency_estimator_alpha” parameter
    Example 1.31. Set the “ds_latency_estimator_alpha” parameter
 ...
 ...