From 70892fcada81a4bef53dcd26c32cba5e26e1eb52 Mon Sep 17 00:00:00 2001 From: Benoît Ganne Date: Mon, 3 Oct 2022 20:00:45 +0200 Subject: docs: fix memory traces command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Type: fix Change-Id: I8fc949da209a5067c702952fbd0e6ce77b921d02 Signed-off-by: Benoît Ganne --- docs/gettingstarted/troubleshooting/mem.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/gettingstarted/troubleshooting/mem.rst b/docs/gettingstarted/troubleshooting/mem.rst index 630b0af02f3..1afe7b2a29d 100644 --- a/docs/gettingstarted/troubleshooting/mem.rst +++ b/docs/gettingstarted/troubleshooting/mem.rst @@ -26,7 +26,7 @@ To dump memory traces for analysis: .. code-block:: console - $ vppctl show memory-trace on main-heap + $ vppctl show memory main-heap verbose Thread 0 vpp_main base 0x7fffb6422000, size 1g, locked, unmap-on-destroy, name 'main heap' page stats: page-size 4K, total 262144, mapped 30343, not-mapped 231801 -- cgit 1.2.3-korg