aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorHadi Rayan Al-Sandid <halsandi@cisco.com>2024-11-29 14:29:49 +0100
committerDave Wallace <dwallacelf@gmail.com>2024-12-04 16:51:22 +0000
commitf71c6d436b1426fb07fe69849b0c26b66069e61c (patch)
treedfc31a00ad93e68adf55b51b0262cda7fc5094d3 /docs
parent19e2c7ac010c315cf0a8fc86e6d0e45026386187 (diff)
docs: mention command to display nodes supporting tracing
Type: docs Change-Id: Id94539cae001059d1acdde6a90c3b2f16990bd47 Signed-off-by: Hadi Rayan Al-Sandid <halsandi@cisco.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/gettingstarted/progressivevpp/traces.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/gettingstarted/progressivevpp/traces.rst b/docs/gettingstarted/progressivevpp/traces.rst
index d1dfad56a45..5b447567251 100644
--- a/docs/gettingstarted/progressivevpp/traces.rst
+++ b/docs/gettingstarted/progressivevpp/traces.rst
@@ -66,6 +66,13 @@ The following list of nodes are supported under trace add:
* virtio-input
* vmxnet3-input
+To display the full list:
+
+.. code-block:: console
+
+ vpp# show graph trace_supported
+
+
Ping from Host to VPP
----------------------