Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tetra: add a new debug maps command and move dump under debug #2959

Merged
merged 2 commits into from
Sep 30, 2024

Commits on Sep 30, 2024

  1. tetra: add a new hidden "debug maps" command

    This new command will allow us to debug the map situation and especially
    regarding memory usage of those maps on host running tetragon.
    
    Signed-off-by: Mahe Tardy <[email protected]>
    mtardy committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    67bc71a View commit details
    Browse the repository at this point in the history
  2. tetra: move the dump command to a debug sub command

    Also creates a hidden alias to not break compatibility with dump being a
    top command. But now we have the debug command to host those kind of sub
    commands.
    
    Signed-off-by: Mahe Tardy <[email protected]>
    mtardy committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    506cbc4 View commit details
    Browse the repository at this point in the history