You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 thevmcoreinfo
device.We could integrate this with:
GET /1.0/instances/NAME/debug/memory
incus debug get-instance-memory
The text was updated successfully, but these errors were encountered: