summaryrefslogtreecommitdiff
path: root/doc/user
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2024-01-07 13:29:08 +0200
committerDonatas Abraitis <donatas@opensourcerouting.org>2024-01-07 14:14:56 +0200
commit8c382a675e73278d2b1de61ba5f05232af8cb245 (patch)
tree4c7c460dd5ec77107ec284fac1cb4b103968e25a /doc/user
parentd2fe1936d9815a979f1e99afeb32fc5c0f0e0806 (diff)
doc: Rename `show thread ...` to `show event ...`
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/basic.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/user/basic.rst b/doc/user/basic.rst
index bbf24c5eed..24978b2f79 100644
--- a/doc/user/basic.rst
+++ b/doc/user/basic.rst
@@ -673,20 +673,20 @@ Terminal Mode Commands
.. _common-show-commands:
-.. clicmd:: show thread cpu [r|w|t|e|x]
+.. clicmd:: show event cpu [r|w|t|e|x]
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.
-.. clicmd:: show thread poll
+.. clicmd:: show event poll
This command displays FRR's poll data. It allows a glimpse into how
we are setting each individual fd for the poll command at that point
in time.
-.. clicmd:: show thread timers
+.. clicmd:: show event timers
This command displays FRR's timer data for timers that will pop in
the future.