similar to: [libvirt] virDomainMemoryStats call

Displaying 20 results from an estimated 900 matches similar to: "[libvirt] virDomainMemoryStats call"

2012 Jul 18
1
virDomainMemoryStats call
Hi, I'm using the API virDomainMemoryStats to fetch memory stats for a domain/guest on Fedora 16/RHEL 6.3 . I don't get these counters filled up VIR_DOMAIN_MEMORY_STAT_UNUSED, VIR_DOMAIN_MEMORY_STAT_ACTUAL_BALLOON,VIR_DOMAIN_MEMORY_STAT_AVAILABLE , VIR_DOMAIN_MEMORY_STAT_MAJOR_FAULT and VIR_DOMAIN_MEMORY_STAT_MINOR_FAULT. The version of libvirt 0.9.11 on Fedora 16 . How to get all the
2013 May 27
2
libvirt for Citrix XenServer
Hi, Can someone send me the build steps how to build for Citrix XenServer ? I want to build a version of libvirt for Citrix XenServer. Regards, Navin
2013 May 28
1
Re: libvirt for Citrix XenServer
Hi Eric, Thanks for your response. ________________________________________ From: Eric Blake [eblake@redhat.com] Sent: Tuesday, May 28, 2013 9:07 PM To: Parakkal, Navin S Cc: libvirt-users@redhat.com; Daniel P. Berrange Subject: Re: [libvirt-users] libvirt for Citrix XenServer On 05/27/2013 12:43 AM, Parakkal, Navin S wrote: >> Hi, >> Can someone send me the build steps how to
2015 Oct 30
2
virDomainMemoryStats missing counters ...
Hi, In which libvirt version are these virDomainMemoryStats() counters handled ? VIR_DOMAIN_MEMORY_STAT_SWAP_OUT VIR_DOMAIN_MEMORY_STAT_MAJOR_FAULT VIR_DOMAIN_MEMORY_STAT_MINOR_FAULT VIR_DOMAIN_MEMORY_STAT_UNUSED VIR_DOMAIN_MEMORY_STAT_AVAILABLE Thanks. Regards, J.P. Ribeauville P: +33.(0).1.47.17.20.49 . Puteaux 3 Etage 5 Bureau 4
2015 Nov 02
1
Re: virDomainMemoryStats missing counters ...
Hi, Thx for answer . By using these releases , libvirt-gconfig-0.1.7-3.el7.x86_64 libvirt-daemon-config-nwfilter-1.2.8-16.el7_1.3.x86_64 libvirt-daemon-1.2.8-16.el7_1.3.x86_64 libvirt-daemon-driver-storage-1.2.8-16.el7_1.3.x86_64 libvirt-daemon-driver-network-1.2.8-16.el7_1.3.x86_64 libvirt-daemon-driver-qemu-1.2.8-16.el7_1.3.x86_64 libvirt-daemon-driver-secret-1.2.8-16.el7_1.3.x86_64
2013 Feb 13
1
Host information from libvirt KVM/Xen
Hi, I'm able to get the CPU utilization metrics from libvirt for the guests (VM's) remotely . Is it possible to get the Host Cpu stat's through libvirt ? I didn't find any information regarding the host cpu cycles and memory utilization to collect them remotely. Libvirt is installed on all the hosts. Regards, Navin -------------- next part -------------- An HTML attachment
2013 May 28
2
Usual number of guests on a host
Hi, Can someone tell us what is the usual number of guests on a typical host in a production environment ? Has someone tested this ? What number does it scale to ? We have around 150 per host running fine. Regards, Navin
2013 Jan 11
1
libvirt RPC error
Hi, I'm using qemu+ssh://username at hostname/system as the remote URI. Libvirt seems to be communicating fine until some 2 minutes (we poll every 5 seconds) and then it throws up RPC error and many counters are wrong. But if I collect on localhost the counters seems to be coming fine. Test and testvm are guests on the local machine where as Win8 and Ubuntu* are remote URI's connected
2012 Jan 18
1
How to use "virDomainMemoryStats"? I got 0 result.
I use like this; int n = virDomainMemoryStats(dom, stats, 4, 0); I want to get men used and not used. If can , I want to get all output in stats. but "n" result is always 0. ??????????????? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20120118/86d63565/attachment.htm>
2013 Feb 28
0
With no luck with virDomainGetInfo and virDomainMemoryStats for memory usage of a running vm
Hi, all I am trying to get used memory of a running vm using libvirt and then to calculate the memory usage, but with no luck. 1.The used memory returned by virDomainGetInfo is equal to max memory with no virtio balloon driver set. When using virtio balloon driver and setting currentMemory less than memory in the xml, the used memory returned by virDomainGetInfo is nearly equal to
2013 May 28
0
Re: libvirt for Citrix XenServer
________________________________ From: Prasad [prasad@mukhedkar.com] Sent: Tuesday, May 28, 2013 7:33 PM To: Parakkal, Navin S Subject: Re: [libvirt-users] libvirt for Citrix XenServer On 05/27/2013 12:13 PM, Parakkal, Navin S wrote: Hi, Can someone send me the build steps how to build for Citrix XenServer ? I want to build a version of libvirt for Citrix XenServer. Regards, Navin
2015 Nov 02
0
Re: virDomainMemoryStats missing counters ...
On 30.10.2015 16:25, Jean-Pierre Ribeauville wrote: > Hi, > > In which libvirt version are these virDomainMemoryStats() counters handled ? > > > VIR_DOMAIN_MEMORY_STAT_SWAP_OUT > VIR_DOMAIN_MEMORY_STAT_MAJOR_FAULT > VIR_DOMAIN_MEMORY_STAT_MINOR_FAULT > VIR_DOMAIN_MEMORY_STAT_UNUSED > VIR_DOMAIN_MEMORY_STAT_AVAILABLE > The flags were added in
2016 Feb 05
0
virDomainMemoryStats available tags
Hi, By using libvirt-1.2.8-16.el7_1.3.x86_64 , it looks like there are 3 virDomainMemoryStats tags available : VIR_DOMAIN_MEMORY_STAT_SWAP_IN VIR_DOMAIN_MEMORY_STAT_ACTUAL_BALLOON VIR_DOMAIN_MEMORY_STAT_RSS Is there a plan to add the other ones ? Meanwhile , do you know which metrics ovirt uses to display memory column value in the manager GUI ? Thx. J.P. Ribeauville P:
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
2013 Oct 02
2
Dahdi_dummy is more accurate than core timer?
Hi, I have some servers that are dedicated to do meetme conferencing. From some previous test i concluded that I need to use dahdi_dummy as it is more accurate. If I did use the core timers in dahdi (not loading dahdi_dummy) I got bad quality in the conferences and dahdi_test showed 99.6% as worst. I thought maybe the issue as bad hardware for the timing or something else. But today I
2018 Mar 08
1
Statistics domain memory block when domain shutdown
Hi My libvirt version is 3.4.0,host system is centos 7.4 ,kernel is 3.10.0-693.el7.x86_64 , when I shutdown domain in virtual system, My program call virDomainMemoryStats, My program blocked in this api. the call stack is #0 0x00007ff242d78a3d in poll () from /lib64/libc.so.6 #1 0x00007ff243755ce8 in virNetClientIOEventLoop () from /lib64/libvirt.so.0 #2 0x00007ff24375654b in
2013 May 27
2
hangs in libvirt function virLogMessage
Hi, We are hitting a deadlock on libvirt on 0.9.4 version. Can someone help us ? 1) Is there any way to specify timeout for all the calls made by libvirt especially virConnectOpenReadOnly 2) Does virCommandRunAsync always fork a new process ? gdb) bt #0 0x00007fc17b53ce6e in __lll_lock_wait_private () from /lib64/libc.so.6 #1 0x00007fc17b4e3f2d in _L_lock_2164 () from /lib64/libc.so.6 #2
2012 Dec 11
6
Latitudinal mean of values in a data frame
Dear all, I have a big file containing latitude points(-10 to 80) and corresponding values. Example data Lat=c(69.48134, 69.49439, 69.50736, 69.52026, 69.52438, 69.53308, 69.53746, 69.54365, 69.54582, 69.6884, 69.69272, 69.998, 70.00055, 70.00106, 70.00295, 70.00308, 70.00363, 70.00427, 70.00665, 70.00906, 70.01049, 70.01053, 70.01075, 70.01208, 70.01236, 70.01418, 70.01452, 70.01646,
2002 Mar 14
4
Samba client issues
Hello everyone, I am a newbie to samba. I am trying to mount a Windows 2000 share directory on my linux box using smbmount. I am able to do so successfully. But I do see some errors pop up when I run the command. My mount seems to be stable and it is mounted as rw. # smbmount "//EngineerWKS85/My Drivers" /mnt/samba -o username=MyUsername,password=MyPassword,workgroup=MyWorkgroup
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