<div dir="ltr"><div>Hi,<br><br></div>Please, what&#39;s the equivalent of criu show with criu 1.6 ?  i can&#39;t find it in criu --help<br><div><div><br>root@localhost:/tmp/dire# criu --version<br>Version: 1.6<br>root@localhost:/tmp/dire# criu --help<br><br>Usage:<br>  criu dump|pre-dump -t PID [&lt;options&gt;]<br>  criu restore [&lt;options&gt;]<br>  criu check [--ms]<br>  criu exec -p PID &lt;syscall-string&gt;<br>  criu page-server<br>  criu service [&lt;options&gt;]<br>  criu dedup<br><br>Commands:<br>  dump           checkpoint a process/tree identified by pid<br>  pre-dump       pre-dump task(s) minimizing their frozen time<br>  restore        restore a process/tree<br>  check          checks whether the kernel support is up-to-date<br>  exec           execute a system call by other task<br>  page-server    launch page server<br>  service        launch service<br>  dedup          remove duplicates in memory dump<br>  cpuinfo dump   writes cpu information into image file<br>  cpuinfo check  validates cpu information read from image file<br><br>Dump/Restore options:<br><br>* Generic:<br>  -t|--tree PID         checkpoint a process tree identified by PID<br>  -d|--restore-detached detach after restore<br>  -S|--restore-sibling  restore root task as sibling<br>  -s|--leave-stopped    leave tasks in stopped state after checkpoint<br>  -R|--leave-running    leave tasks in running state after checkpoint<br>  -D|--images-dir DIR   directory for image files<br>     --pidfile FILE     write root task, service or page-server pid to FILE<br>  -W|--work-dir DIR     directory to cd and write logs/pidfiles/stats to<br>                        (if not specified, value of --images-dir is used)<br>     --cpu-cap [CAP]    require certain cpu capability. CAP: may be one of:<br>                        &#39;cpu&#39;,&#39;fpu&#39;,&#39;all&#39;,&#39;ins&#39;,&#39;none&#39;. To disable capability, prefix it with &#39;^&#39;.<br>     --exec-cmd         execute the command specified after &#39;--&#39; on successful<br>                        restore making it the parent of the restored process<br><br>* Special resources support:<br>  -x|--ext-unix-sk      allow external unix connections<br>     --tcp-established  checkpoint/restore established TCP connections<br>  -r|--root PATH        change the root filesystem (when run in mount namespace)<br>  --evasive-devices     use any path to a device file if the original one<br>                        is inaccessible<br>  --veth-pair IN=OUT    map inside veth device name to outside one<br>                        can optionally append @&lt;bridge-name&gt; to OUT for moving<br>                        the outside veth to the named bridge<br>  --link-remap          allow to link unlinked files back when possible<br>  --action-script FILE  add an external action script<br>  -j|--shell-job        allow to dump and restore shell jobs<br>  -l|--file-locks       handle file locks, for safety, only used for container<br>  -L|--libdir           path to a plugin directory (by default /var/lib/criu/)<br>  --force-irmap         force resolving names for inotify/fsnotify watches<br>  -M|--ext-mount-map KEY:VALUE<br>                        add external mount mapping<br>  -M|--ext-mount-map auto<br>                        attempt to autodetect external mount mapings<br>  --enable-external-sharing<br>                        allow autoresolving mounts with external sharing<br>  --enable-external-masters<br>                        allow autoresolving mounts with external masters<br>  --manage-cgroups      dump or restore cgroups the process is in<br>  --cgroup-root [controller:]/newroot<br>                        change the root cgroup the controller will be<br>                        installed into. No controller means that root is the<br>                        default for all controllers not specified.<br>  --skip-mnt PATH       ignore this mountpoint when dumping the mount namespace.<br>  --enable-fs FSNAMES   a comma separated list of filesystem names or &quot;all&quot;.<br>                        force criu to (try to) dump/restore these filesystem&#39;s<br>                        mountpoints even if fs is not supported.<br><br>* Logging:<br>  -o|--log-file FILE    log file name<br>     --log-pid          enable per-process logging to separate FILE.pid files<br>  -v[NUM]               set logging level (higher level means more output):<br>                          -v1|-v    - only errors and messages<br>                          -v2|-vv   - also warnings (default level)<br>                          -v3|-vvv  - also information messages and timestamps<br>                          -v4|-vvvv - lots of debug<br><br>* Memory dumping options:<br>  --track-mem           turn on memory changes tracker in kernel<br>  --prev-images-dir DIR path to images from previous dump (relative to -D)<br>  --page-server         send pages to page server (see options below as well)<br>  --auto-dedup          when used on dump it will deduplicate &quot;old&quot; data in<br>                        pages images of previous dump<br>                        when used on restore, as soon as page is restored, it<br>                        will be punched from the image.<br><br>Page/Service server options:<br>  --address ADDR        address of server or service<br>  --port PORT           port of page server<br>  -d|--daemon           run in the background after creating socket<br><br></div><div>Thank you.<br></div><div>Bests. <br></div><div><br></div></div></div>