Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
--all
option to checkpointctl show
This patch adds '--all' option to checkpointctl chow command. The extended output for the same would look like: checkpointctl show checkpoint.tar.gz --all Displaying container checkpoint data from /tmp/checkpointctl1209302006 +----------------+--------------------------------+--------------+---------+---------------------------+--------+------------+-------------------+ | CONTAINER | IMAGE | ID | RUNTIME | CREATED | ENGINE | CHKPT SIZE | ROOT FS DIFF SIZE | +----------------+--------------------------------+--------------+---------+---------------------------+--------+------------+-------------------+ | cool_heyrovsky | docker.io/library/httpd:latest | 7fb253cbd7c0 | crun | 2023-04-14T04:46:00+05:30 | Podman | 5.3 MiB | 2.0 KiB | +----------------+--------------------------------+--------------+---------+---------------------------+--------+------------+-------------------+ Overview of Mounts +--------------------+--------+---------------------------+ | DESTINATION | TYPE | SOURCE | +--------------------+--------+---------------------------+ | /proc | proc | proc | | /dev | tmpfs | tmpfs | | /sys | sysfs | sysfs | | /dev/pts | devpts | devpts | | /dev/mqueue | mqueue | mqueue | | /etc/hostname | bind | ../userdata/hostname | | /run/.containerenv | bind | ../userdata/.containerenv | | /etc/resolv.conf | bind | ../userdata/resolv.conf | | /etc/hosts | bind | ../userdata/hosts | | /dev/shm | bind | ../userdata/shm | | /sys/fs/cgroup | cgroup | cgroup | +--------------------+--------+---------------------------+ CRIU dump statistics +---------------+-------------+--------------+---------------+---------------+---------------+ | FREEZING TIME | FROZEN TIME | MEMDUMP TIME | MEMWRITE TIME | PAGES SCANNED | PAGES WRITTEN | +---------------+-------------+--------------+---------------+---------------+---------------+ | 5333 us | 200318 us | 111941 us | 75612 us | 239777 | 45512 | +---------------+-------------+--------------+---------------+---------------+---------------+ Signed-off-by: Sankalp Acharya <[email protected]>
- Loading branch information