1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
= checkpointctl-inspect(1)
include::footer.adoc[]
== Name
*checkpointctl-inspect* - display low-level information about a container checkpoint
== Synopsis
*checkpointctl inspect* [_OPTION_]... _FILE_
== Options
*-h*, *--help*::
Show help for checkpointctl memparse
*--all*::
Show all information about container checkpoints
*--files*::
Display the open file descriptors for processes in the container checkpoint
*--format*=_FORMAT_::
Specify the output format: tree or json (default "tree")
*--mounts*::
Display an overview of mounts used in the container checkpoint
*-p, --pid*=_PID_::
Display the process tree of a specific PID
*--ps-tree*::
Display an overview of processes in the container checkpoint
*--ps-tree-cmd*::
Display an overview of processes in the container checkpoint with full command line arguments
*--ps-tree-env*::
Display an overview of processes in the container checkpoint with their environment variables
*--sockets*::
Display the open sockets for processes in the container checkpoint
*--stats*::
Display checkpoint statistics
== See also
checkpointctl(1)
|