Commit d71d17c9 authored by Pavel Emelyanov's avatar Pavel Emelyanov

help: Document memory snapshotting options

Now they seem to look OK.
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent e490d777
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment