From 8bcb5fb1e8a0718f88f99cde2f5b5a3bae5c4451 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Mon, 2 Mar 2015 09:41:14 +0100 Subject: Implement latency tracking, internal event log and watchdog --- doc/bird.sgml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'doc/bird.sgml') 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. + debug latency + Activate tracking of elapsed time for internal events. Recent events + could be examined using debug latency limit + If watchdog warning + Set time limit for I/O loop cycle. If one iteration took more time to + complete, a warning is logged. Default: 5 s. + + watchdog timeout + 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). + mrtdump " Set MRTdump file name. This option must be specified to allow MRTdump feature. Default: no dump file. -- cgit v1.2.3