QEMU monitor command
vm_monitorExecute QEMU monitor commands on a VM to inspect status, dump memory, or capture screen output. Useful for advanced diagnostics and management.
Instructions
Run an arbitrary QEMU monitor command. Examples: 'info status', 'dump-guest-memory', 'screendump /tmp/screen.ppm'. MEDIUM RISK.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | ||
| vmid | Yes | ||
| command | Yes | QEMU monitor command |