search for: voronich

Displaying 17 results from an estimated 17 matches for "voronich".

Did you mean: veronica
2014 Jul 03
3
Re: memoryStats question
On 07/03/2014 08:29 AM, Gleb Voronich wrote: >> Eric Blake <mailto:eblake@redhat.com> >> > >> > In the case of the memory balloon device, libvirt CAN provide stats from >> > the guest, because of the way the balloon device works. But if you >> > aren't using a balloon, or if the guest...
2014 Jul 04
2
Re: memoryStats question
At Thu, 03 Jul 2014 17:46:14 +0300, Gleb Voronich wrote: > > > > virDomainMemoryStats() gets those stats, if qemu is new enough to > > provide them, and if the guest cooperates to provide them. > Well I use the latest QEMU 2.0.0 > I have the latest CentOS 6.5 installed on the guest and unfortunately > I can't get m...
2014 Jul 03
3
memoryStats question
Hello, I'm trying to get memory usage statistic inside a guest machine using virDomainMemoryStats function at libvirt. According to http://libvirt.org/html/libvirt-libvirt.html#virDomainMemoryStatTags the structure could have a lot of useful memory statistic but the amount of parameters depends on the hypervisor and the driver. However using KVM I'm able to get
2014 Jul 03
2
Re: memoryStats question
At Thu, 03 Jul 2014 17:32:20 +0300, Gleb Voronich wrote: > > > > Actually, you should get more stats when using the virtio balloon > > driver in your guests. > I use the balloon but I can't get more stats. > I use python binding for libvirt and as far as I can see it calls > virDomainMemoryStats exactly. Which OS...
2014 Jul 03
2
Re: memoryStats question
At Thu, 3 Jul 2014 15:58:41 +0200, Martin Kletzander wrote: > > On Thu, Jul 03, 2014 at 04:31:46PM +0300, Gleb Voronich wrote: > >Hello, > > > >I'm trying to get memory usage statistic inside a guest machine using > >virDomainMemoryStats function at libvirt. > >According to > >http://libvirt.org/html/libvirt-libvirt.html#virDomainMemoryStatTags the > >structure could hav...
2014 Jul 03
2
Re: memoryStats question
On 07/03/2014 07:58 AM, Martin Kletzander wrote: > On Thu, Jul 03, 2014 at 04:31:46PM +0300, Gleb Voronich wrote: >> Hello, >> >> I'm trying to get memory usage statistic inside a guest machine using >> virDomainMemoryStats function at libvirt. >> According to >> http://libvirt.org/html/libvirt-libvirt.html#virDomainMemoryStatTags the >> structure could have...
2014 Jul 08
2
Re: memoryStats question
At Fri, 04 Jul 2014 16:18:45 +0200, Ján Tomko wrote: > > [1 <text/plain; ISO-8859-1 (quoted-printable)>] > On 07/04/2014 03:18 PM, Claudio Bley wrote: > > At Thu, 03 Jul 2014 17:46:14 +0300, > > Gleb Voronich wrote: > >> > >> > >>> virDomainMemoryStats() gets those stats, if qemu is new enough to > >>> provide them, and if the guest cooperates to provide them. > >> Well I use the latest QEMU 2.0.0 > >> I have the latest CentOS 6.5 installed on...
2014 Jul 03
0
Re: memoryStats question
On Thu, Jul 03, 2014 at 04:31:46PM +0300, Gleb Voronich wrote: >Hello, > >I'm trying to get memory usage statistic inside a guest machine using >virDomainMemoryStats function at libvirt. >According to >http://libvirt.org/html/libvirt-libvirt.html#virDomainMemoryStatTags the >structure could have a lot of useful memory statistic...
2014 Jul 03
0
Re: memoryStats question
On 07/03/2014 08:39 AM, Claudio Bley wrote: > At Thu, 03 Jul 2014 17:32:20 +0300, > Gleb Voronich wrote: >> >> >>> Actually, you should get more stats when using the virtio balloon >>> driver in your guests. >> I use the balloon but I can't get more stats. >> I use python binding for libvirt and as far as I can see it calls >> virDomainMemoryS...
2014 Jul 03
1
Re: memoryStats question
On 07/03/2014 08:46 AM, Gleb Voronich wrote: > >> virDomainMemoryStats() gets those stats, if qemu is new enough to >> provide them, and if the guest cooperates to provide them. > Well I use the latest QEMU 2.0.0 > I have the latest CentOS 6.5 installed on the guest and unfortunately I > can't get more stat...
2014 Jul 04
0
Re: memoryStats question
On 07/04/2014 03:18 PM, Claudio Bley wrote: > At Thu, 03 Jul 2014 17:46:14 +0300, > Gleb Voronich wrote: >> >> >>> virDomainMemoryStats() gets those stats, if qemu is new enough to >>> provide them, and if the guest cooperates to provide them. >> Well I use the latest QEMU 2.0.0 >> I have the latest CentOS 6.5 installed on the guest and unfortunately &g...
2014 Jul 11
2
File not found by ext2_lookup
Hello, I've been trying to clone one disk image (LVM) to another using virt-resize. Unfortunately I get the following error: # virt-resize /dev/vm/vm6 /dev/vm/vm7 supermin helper [00004ms] finished creating kernel supermin helper [00251ms] finished mke2fs <domain type='kvm'> supermin helper [00252ms] visiting /usr/lib64/guestfs/supermin.d supermin helper [00252ms] visiting
2014 Jul 03
0
Re: memoryStats question
2014 Jul 03
0
Re: memoryStats question
> Actually, you should get more stats when using the virtio balloon > driver in your guests. I use the balloon but I can't get more stats. I use python binding for libvirt and as far as I can see it calls virDomainMemoryStats exactly.
2014 Jul 03
0
Re: memoryStats question
> virDomainMemoryStats() gets those stats, if qemu is new enough to > provide them, and if the guest cooperates to provide them. Well I use the latest QEMU 2.0.0 I have the latest CentOS 6.5 installed on the guest and unfortunately I can't get more stats that I have. > Which OS are you using in your guests? > > Of course, you need to have the virtio balloon driver up and
2014 Jul 08
0
Re: memoryStats question
> In that case, I'd guess that Gleb just forgot to call > virDomainSetMemoryStatsPeriod, perhaps? I've just performed the same test with CentOS 7 at the host and CentOS 7 at the guest. Everything works. # virsh dommemstat vm1 actual 1048576 swap_in 0 swap_out 0 major_fault 751 minor_fault 3958627 unused 375900 available 1017988 rss 978248 I don't know the reason it doesn't
2014 Dec 10
0
virDomainSetMemoryStatsPeriod autostart
Hello, A collecting period should be set to get domain memory stats (virDomainSetMemoryStatsPeriod function or virsh dommemstat --period from command line). Is there a way to set this period automatically using XML config or any other way?