summaryrefslogtreecommitdiffstats
path: root/doc/user/basic.rst
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2019-05-24 14:15:40 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2019-05-24 14:24:18 +0200
commit8b1148bf59f68350edc3ae84b053a715b03c629a (patch)
treef6efd82a7374f6963ecd9f0af7c847392c65677f /doc/user/basic.rst
parentdoc, tools: Update to code to show example MAX_FDS (diff)
downloadfrr-8b1148bf59f68350edc3ae84b053a715b03c629a.tar.xz
frr-8b1148bf59f68350edc3ae84b053a715b03c629a.zip
doc: Add 'show thread cpu' and 'show thread poll' documentation
Add some very basic 'show thread cpu' and 'show thread poll' documentation to our system. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to '')
-rw-r--r--doc/user/basic.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/user/basic.rst b/doc/user/basic.rst
index f55b1b9d7..3df60169f 100644
--- a/doc/user/basic.rst
+++ b/doc/user/basic.rst
@@ -414,6 +414,22 @@ Terminal Mode Commands
(view) show [ip] bgp l2vpn evpn all overlay
...
+.. _common-show-commands:
+
+.. index:: show thread cpu
+.. clicmd:: show thread 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.
+
+.. index:: show thread poll
+.. clicmd:: show thread 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.
.. _common-invocation-options: