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
|
= checkpointctl-memparse(1)
include::footer.adoc[]
== Name
*checkpointctl-memparse* - analyze container checkpoint memory
== Synopsis
*checkpointctl memparse* [_OPTION_]... _FILE_
== Options
*-h*, *--help*::
Show help for checkpointctl memparse
*-o, --output*=_FILE_::
Specify the output file to be written to
*-p, --pid*=_PID_::
Specify the PID of a process to analyze
*-s, --search*=_STRING_::
Search for a string pattern in memory pages
*-r, --search-regex*=_REGEX_::
Search for a regex pattern in memory pages
*-c, --context*=_CONTEXT_::
Print the specified number of bytes surrounding each match
== See also
checkpointctl(1)
|