Displaying 20 results from an estimated 200 matches similar to: "virDomainMemoryStats call"
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
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
2014 Mar 12
4
Problem in getting memory statistics
Hello,
I need to get how much memory is used by a guest system, in order to
implement some monitoring function which tells me if the system is
overstressed.
I am currently using java apis and the binding which was suggested to me was
Domain.memoryStats();
This is a binding to int virDomainMemoryStats
(virDomainPtr<http://libvirt.org/html/libvirt-libvirt.html#virDomainPtr>dom,
2012 Aug 09
1
[libvirt] virDomainMemoryStats call
Hi,
Is the array mstats returned by virDomainMemoryStats call cummulative or snapshot of the counter at that particular time ? I was of the opinion that is cummulative like the /proc counters but this counter seems to go backwards ie next snapshot value is less than the current one which makes me think these are snapshot values . I'm using RHEL 6.3 libvirt version 0.9.10.
Regards,
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
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
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
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:
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
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>
2014 Mar 15
0
Re: Problem in getting memory statistics
I have another problem.
As in java bindings there is no way to obtain cpu stats I decided to use a
python script.
It gives me, for the guest domain, cpu time, system time and user time.
Now, what does it mean cpu time? I though that it could be the overall cpu
time given to this vm...but the sum doesn't add up: user_time+system_time
!= cpu_time.
As I would need to get a %cpu usage, like
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 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 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
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
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
2014 Mar 17
0
Re: Problem in getting memory statistics
[please don't top post on technical lists. it is easier to follow
conversation and less likely you forget answering a question if
you reply to the questions in line]
[please keep the conversation on the list - I've re-added libvirt-users]
At Sat, 15 Mar 2014 10:15:15 +0100,
Pasquale Dir wrote:
>
> I am on a kubuntu 13.10 x64, qemu version 1.5.0, guest uses kvm as emulator
>
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