On 03/18/2016 01:36 PM, Connor Osborn wrote:
> When I run `virsh dominfo ` I get the following:
>
> Id: 455
> Name: instance-47e0
> UUID: 50722aa0-d5c6-4a68-b4ef-9b27beba48aa
> OS Type:hvm
> State: running
> CPU(s): 4
> CPU time: 1
Thanks for the clarification. I will probe more into dommemstat.
On Fri, Mar 18, 2016, 3:21 PM Eric Blake wrote:
> On 03/18/2016 01:36 PM, Connor Osborn wrote:
> > When I run `virsh dominfo ` I get the following:
> >
> > Id: 455
> > Name: instance-47e0
> > UUID:
"virsh dommemstat " may help you.
On 03/18/2016 09:36 PM, Connor Osborn wrote:
When I run `virsh dominfo ` I get the following:
Id: 455
Name: instance-47e0
UUID: 50722aa0-d5c6-4a68-b4ef-9b27beba48aa
OS Type:hvm
State: running
CPU(s):
Hello,
"virsh save" command dumps memory of the VM.
Maybe you can extract the memory section from "save file" according to
the file definition from libvirt source code.
From the source code:
/**
* virDomainSave:
* @domain: a domain object
* @to: path for the output file
*
* This method w