File: checkpointctl-memparse.adoc

package info (click to toggle)
golang-github-checkpoint-restore-checkpointctl 1.3.0%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 524 kB
  • sloc: ansic: 208; makefile: 172; sh: 40
file content (34 lines) | stat: -rw-r--r-- 655 bytes parent folder | download
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)