incus.debug.dump-memory - Man Page
Export a virtual machine's memory state
Synopsis
incus debug dump-memory [:] [target] [--format] [flags]
Description
Description:
Export the current memory state of a running virtual machine into a dump file.
This can be useful for debugging or analysis purposes.
Options
--format="elf" Format of memory dump (e.g. elf, win-dmp, kdump-zlib, kdump-raw-zlib, ...)
Options Inherited from Parent Commands
--debug[=false] Show all debug messages
--force-local[=false] Force using the local unix socket
-h, --help[=false] Print help
--project="" Override the source project``
-q, --quiet[=false] Don't show progress information
--sub-commands[=false] Use with help or --help to view sub-commands
-v, --verbose[=false] Show all information messages
--version[=false] Print version number
Example
incus debug dump-memory vm1 memory-dump.elf --format=elf Creates an ELF format memory dump of the vm1 instance.
See Also
incus-debug(1)
History
5-May-2025 Auto generated by spf13/cobra