[go: up one dir, main page]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a VM memory dump API #1393

Open
stgraber opened this issue Nov 18, 2024 · 0 comments
Open

Implement a VM memory dump API #1393

stgraber opened this issue Nov 18, 2024 · 0 comments
Labels
Easy Good for new contributors Feature New feature, not a bug
Milestone

Comments

@stgraber
Copy link
Member

It's occasionally useful to have a way to retrieve a full memory dump of a virtual machine.
QEMU makes that pretty easy with the dump-guest-memory QMP command combined with the vmcoreinfo device.

We could integrate this with:

  • API: GET /1.0/instances/NAME/debug/memory
  • CLI: incus debug get-instance-memory
@stgraber stgraber added Feature New feature, not a bug Easy Good for new contributors labels Nov 18, 2024
@stgraber stgraber added this to the soon milestone Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Easy Good for new contributors Feature New feature, not a bug
Development

No branches or pull requests

1 participant