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

feat: add memparse sub-command #95

Merged
merged 4 commits into from
Aug 9, 2023
Merged

Commits on Aug 7, 2023

  1. feat: add memparse sub-command

    This commit introduces a new sub-command `memparse` for analyzing
    memory pages of processes. Using `memparse` without parameters will
    display an overview of memory size of each process inside a container
    checkpoint.
    
    Signed-off-by: Kouame Behouba Manasse <behouba@gmail.com>
    behouba committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    d034741 View commit details
    Browse the repository at this point in the history
  2. feat: display content of process memory pages

    This commit extends `memparse` sub-command with the ability to display
    the content of process memory pages content in a hexdump-like format when
    the `--pid` flag is provided. Additionally, the output can be written to a
    file using the `--output` flag.
    
    Signed-off-by: Kouame Behouba Manasse <behouba@gmail.com>
    behouba committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    632acf2 View commit details
    Browse the repository at this point in the history
  3. test: add tests for memparse sub-command

    Signed-off-by: Kouame Behouba Manasse <behouba@gmail.com>
    behouba committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    770e424 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. readme: add examples for memparse usage

    This commit adds a new section to the README.md file that provides
    an example of how to use the memparse sub-command.
    
    Signed-off-by: Kouame Behouba Manasse <behouba@gmail.com>
    behouba committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    d9e5742 View commit details
    Browse the repository at this point in the history