summaryrefslogtreecommitdiff
path: root/doc/bird.sgml
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2015-03-02 09:41:14 +0100
committerOndrej Zajicek <santiago@crfreenet.org>2015-03-02 09:41:14 +0100
commit8bcb5fb1e8a0718f88f99cde2f5b5a3bae5c4451 (patch)
treec4ce5adbef88e2b2b002d42e274773f424aa1f19 /doc/bird.sgml
parent4e63974471c4e2f11781cda163e0dc2ac6fb72f9 (diff)
Implement latency tracking, internal event log and watchdog
Diffstat (limited to 'doc/bird.sgml')
-rw-r--r--doc/bird.sgml17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml
index 04d8284f..bcf1c8fb 100644
--- a/doc/bird.sgml
+++ b/doc/bird.sgml
@@ -344,6 +344,23 @@ protocol rip {
of connects and disconnects, 2 and higher for logging of all client
commands). Default: 0.
+ <tag>debug latency <m/switch/</tag>
+ Activate tracking of elapsed time for internal events. Recent events
+ could be examined using <cf/dump events/ command. Default: off.
+
+ <tag>debug latency limit <m/time/</tag>
+ If <cf/debug latency/ is enabled, this option allows to specify a limit
+ for elapsed time. Events exceeding the limit are logged. Default: 1 s.
+
+ <tag>watchdog warning <m/time/</tag>
+ Set time limit for I/O loop cycle. If one iteration took more time to
+ complete, a warning is logged. Default: 5 s.
+
+ <tag>watchdog timeout <m/time/</tag>
+ Set time limit for I/O loop cycle. If the limit is breached, BIRD is
+ killed by abort signal. The timeout has effective granularity of
+ seconds, zero means disabled. Default: disabled (0).
+
<tag>mrtdump "<m/filename/"</tag>
Set MRTdump file name. This option must be specified to allow MRTdump
feature. Default: no dump file.