Displaying 5 results from an estimated 5 matches for "minor_fault".
Did you mean:
minor_faults
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
how can i get enough mem stat detai from win7 vm with virtio-win driver install and blnsrv started ?
2020 Mar 23
0
how can i get enough mem stat detai from win7 vm with virtio-win driver install and blnsrv started ?
...rsh to get vm mem-usage in guest os.
[root@localhost ~]# virsh list --all
Id Name State
1 wwl_centos7_1708 running
2 windows-virtio-template running
I create two vms one guest os is centos, the other is window 7
virsh dommemstat wwl_centos7_1708
actual 4194304
swap_in 0
swap_out 0
major_fault 194
minor_fault 219454
unused 3729588
available 3881812
last_update 1581406529
rss 2969400
so i can get the vm mem-used detail,
but if my guest os is windows, though I install virtio-win driver and run blnsrv.exe -i start the service,
I fail to get not enough vm mem stat info, as following:
virsh dommemstat window...
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 work with ELRepo 3.10.45 kernel but
I'd really like to.
According to https://bugzilla.redhat.com/show_bug.cgi?id=601690
memoryStats should work at host's side starting from 2.6.32-52.el6 so I
s...
2022 May 10
5
Dovecot v2.3.19 released
Hi all!
We are pleased to release v2.3.19 of Dovecot.
The docker images have been upgraded to use bullseye as base image.
https://dovecot.org/releases/2.3/dovecot-2.3.19.tar.gz
https://dovecot.org/releases/2.3/dovecot-2.3.19.tar.gz.sig
Binary packages in https://repo.dovecot.org/
Docker images in https://hub.docker.com/r/dovecot/dovecot
Regards,
Aki Tuomi
Open-Xchange oy
--
+ Added
2022 May 10
5
Dovecot v2.3.19 released
Hi all!
We are pleased to release v2.3.19 of Dovecot.
The docker images have been upgraded to use bullseye as base image.
https://dovecot.org/releases/2.3/dovecot-2.3.19.tar.gz
https://dovecot.org/releases/2.3/dovecot-2.3.19.tar.gz.sig
Binary packages in https://repo.dovecot.org/
Docker images in https://hub.docker.com/r/dovecot/dovecot
Regards,
Aki Tuomi
Open-Xchange oy
--
+ Added