0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-08 12:18:42 +00:00

Stats documentation

This commit is contained in:
Vojtech Vilimek 2022-07-26 14:55:42 +02:00
parent 0f8e23100e
commit 12f02619c4

View File

@ -5436,11 +5436,21 @@ generation smaller than max generation (see below).
<ref id="pipe-max-generation" name="max generetion">. Must be in range <ref id="pipe-max-generation" name="max generetion">. Must be in range
from 0 to 254. Default: 16. from 0 to 254. Default: 16.
<tag><label id="stats-update-after">settle time <m/time/ <m/number/</tag> <tab><label id="stats-min-settle-time">min settle time <m/time/ </tag>
Wait given amount of time before notifying and recalculting filters Specify a minimum value of the settle time. When a stats counter changes,
which reference this counter in seconds. If counter changes during this period, automatic recalcualtion of route filters may be triggered, after a short
current value is used. If set to zero, the notification is done instantly. settle time. Minimum settle time is a delay from the last counter change
Default: 5 s. to wait for more updates. No action is done if counter has same value
before and after changes. Default: 1 s.
<tab><label id="stats-max-settle-time">max settle time <m/time/ </tag>
Specify a maximum value of the settle time. When stats counter changes,
automatic route filter recalculation may be triggered, after a short
settle time. Maximum settle time is an upper limit to the settle time
from initial counter change even if there are consecutive updates
gradually renewing the settle time. No action is done if counter has
same value before and after changes. Defualt: 20 s.
</descrip> </descrip>
<p>Example <p>Example
@ -5458,7 +5468,7 @@ protocol static {
<p>Beware that configuration with cyclic references (even logical ones) are <p>Beware that configuration with cyclic references (even logical ones) are
considered invalid and the behaviour is not defined! You <em>should</em> avoid considered invalid and the behaviour is not defined! You <em>should</em> avoid
them. No detection is implemented. them. No detection is implemented yet.
<chapt>Conclusions <chapt>Conclusions
<label id="conclusion"> <label id="conclusion">