2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 06:15:24 +00:00

help: Document memory snapshotting options

Now they seem to look OK.

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov
2013-05-14 12:11:51 +04:00
parent e490d7778f
commit d71d17c983

View File

@@ -357,6 +357,7 @@ usage:
pr_msg("\nCommands:\n");
pr_msg(" dump checkpoint a process/tree identified by pid\n");
pr_msg(" pre-dump pre-dump task(s) minimizing their frozen time\n");
pr_msg(" restore restore a process/tree identified by pid\n");
pr_msg(" show show dump file(s) contents\n");
pr_msg(" check checks whether the kernel support is up-to-date\n");
@@ -401,6 +402,10 @@ usage:
" -v 3, -vvv - informative, everything is fine\n"
" -v 4, -vvvv - debug only\n"
"\n"
"* Memory dumping options:\n"
" --track-mem turn on memory changes tracker in kernel\n"
" --prev-images-dir DIR path to images from previous dump (relative to -D)\n"
"\n"
"Page server options\n"
" --page-server send pages to page server (for 'dump' command)\n"
" --address ADDR address of page server\n"