summaryrefslogtreecommitdiff
path: root/doc/user
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2023-09-27 06:32:11 -0400
committerGitHub <noreply@github.com>2023-09-27 06:32:11 -0400
commitbb308b1efc2e902c96ffe047bc6394a8da3a16d3 (patch)
treefcf55607dc05291590e51683646fc8c3b278fdb2 /doc/user
parentf289533d5d6535b4aad3624e7b912e766ac0b78a (diff)
parentfd0fe0bb6adf2370256025b17a75c0061c1a977b (diff)
Merge pull request #14482 from opensourcerouting/fix/walltime_threshold_disable
lib: Drop deprecated enable-time-check, enable-cpu-time compile options
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/basic.rst9
-rw-r--r--doc/user/installation.rst14
2 files changed, 1 insertions, 22 deletions
diff --git a/doc/user/basic.rst b/doc/user/basic.rst
index 337cfff937..bbf24c5eed 100644
--- a/doc/user/basic.rst
+++ b/doc/user/basic.rst
@@ -92,9 +92,6 @@ Basic Config Commands
of some routine in FRR mistakenly blocking/hogging the processing loop and
should be reported as a FRR bug.
- The default limit is 5 seconds (i.e. 5000), but this can be changed by the
- deprecated ``--enable-time-check=...`` compile-time option.
-
This command has no effect if :clicmd:`service cputime-stats` is disabled.
.. clicmd:: service walltime-warning (1-4294967295)
@@ -106,9 +103,6 @@ Basic Config Commands
provide an immediate sign that FRR is not operating correctly due to
externally caused starvation.)
- The default limit is 5 seconds as above, including the same deprecated
- ``--enable-time-check=...`` compile-time option.
-
.. clicmd:: log trap LEVEL
These commands are deprecated and are present only for historical
@@ -684,8 +678,7 @@ Terminal Mode Commands
This command displays system run statistics for all the different event
types. If no options is specified all different run types are displayed
together. Additionally you can ask to look at (r)ead, (w)rite, (t)imer,
- (e)vent and e(x)ecute thread event types. If you have compiled with
- disable-cpu-time then this command will not show up.
+ (e)vent and e(x)ecute thread event types.
.. clicmd:: show thread poll
diff --git a/doc/user/installation.rst b/doc/user/installation.rst
index 8e8fb24608..24c6c223e3 100644
--- a/doc/user/installation.rst
+++ b/doc/user/installation.rst
@@ -351,20 +351,6 @@ options from the list below.
Use libpam for PAM support in vtysh.
-.. option:: --enable-time-check XXX
-
- This option is deprecated as it was replaced by the
- :clicmd:`service cputime-stats` CLI command, which may be adjusted at
- runtime rather than being a compile-time setting. See there for further
- detail.
-
-.. option:: --disable-cpu-time
-
- This option is deprecated as it was replaced by the
- :clicmd:`service cputime-warning NNN` CLI command, which may be adjusted at
- runtime rather than being a compile-time setting. See there for further
- detail.
-
.. option:: --enable-pcreposix
Turn on the usage of PCRE Posix libs for regex functionality.