diff options
author | Benoît Ganne <bganne@cisco.com> | 2022-10-03 20:00:45 +0200 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2022-10-13 18:05:24 +0000 |
commit | 70892fcada81a4bef53dcd26c32cba5e26e1eb52 (patch) | |
tree | fdab8cfcf0405aaf2008c89ddd9fc89775c5b319 | |
parent | eeaf6c8973d5dde96612e0212137408675fadf7a (diff) |
docs: fix memory traces command
Type: fix
Change-Id: I8fc949da209a5067c702952fbd0e6ce77b921d02
Signed-off-by: Benoît Ganne <bganne@cisco.com>
-rw-r--r-- | docs/gettingstarted/troubleshooting/mem.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |