similar to: virDomainMemoryStats missing counters ...

Displaying 20 results from an estimated 100 matches similar to: "virDomainMemoryStats missing counters ..."

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
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
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,
2015 Aug 21
2
Samba 4 Bind DNS on CentOS 7
On 2015-08-21 18:24, John Gardeniers wrote: > Hi Mike, > > I originally installed using the built-in DNS. Then, after finding it > missing most features, I installed Bind and, lacking the named.con, > tried it including likely sounding files from the Samba setup > directory (OK, I was getting desperate). I then ran "samba_upgradedns > --dns-backend=BIND9_DLZ" and
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:
2015 Jul 24
6
Where are the Centos 7.1 1503 KVM repos please?
Thanks Nux for your reply. I have tried doing the search and all these packages are installed: ======================================= N/S matched: kvm ======================================= libvirt-daemon-kvm.x86_64 : Server side daemon & driver required to run KVM guests qemu-kvm-tools.x86_64 : KVM debugging and diagnostics tools qemu-kvm.x86_64 : QEMU is a FAST! processor emulator
2015 Aug 26
2
Virtio serial exposition
Hi, I try to exchange datas between host and Guest by adding these lines in a guest .xml conf file : <channel type='pty'> <target type='virtio' name='arbitrary.virtio.serial.port.name'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> Then
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 >
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
2015 Aug 27
1
C7 bind-sdb
This seems to be just a stub with 3 READMEs? # locate bind-sdb /usr/share/doc/bind-sdb-9.9.4 /usr/share/doc/bind-sdb-9.9.4/INSTALL.ldap /usr/share/doc/bind-sdb-9.9.4/README.ldap /usr/share/doc/bind-sdb-9.9.4/README.sdb_pgsql Unless it is putting files elsewhere. These readmes are dated long ago. What is really needed and where is any good documentation for using this? thanks
2015 Nov 09
2
availability of target type state within a dumpxml result
Hi, I'm trying to find out what is the minimum release I need to use to have this field 'state' available ? <channel type='unix'> <source mode='bind' path='//var/lib/libvirt/qemu/dummy_agent'/> <target type='virtio' name=dummy' state='connected'/> <alias name='channel0'/> <address
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>
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,
2015 May 13
0
CEBA-2015:0973 CentOS 7 libvirt BugFix Update
CentOS Errata and Bugfix Advisory 2015:0973 Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-0973.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: c456c3c953156d2d36f2d24f4cc7f9bcabf7c679f2ee39723c6d04d7b563f06c libvirt-1.2.8-16.el7_1.3.x86_64.rpm
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
2015 Jul 29
0
CESA-2015:1513 Important CentOS 7 bind Security Update
CentOS Errata and Security Advisory 2015:1513 Important Upstream details at : https://rhn.redhat.com/errata/RHSA-2015-1513.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 9c5c7ecb8477d65dbee21c713bc1682a186491a9b81885e5369fc85cf6db2ca1 bind-9.9.4-18.el7_1.3.x86_64.rpm
2015 May 13
0
CEEA-2015:0972 CentOS 7 systemd Enhancement Update
CentOS Errata and Enhancement Advisory 2015:0972 Upstream details at : https://rhn.redhat.com/errata/RHEA-2015-0972.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 3d21c98d174ff269baa00fdb4843f5d6e1baa43ceb1bb6f9d269ce83c719b24b libgudev1-208-20.el7_1.3.i686.rpm
2015 Jul 29
0
CentOS-announce Digest, Vol 125, Issue 12
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2015 Jun 24
0
CEEA-2015:1156 CentOS 7 dracut Enhancement Update
CentOS Errata and Enhancement Advisory 2015:1156 Upstream details at : https://rhn.redhat.com/errata/RHEA-2015-1156.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: f46728d215e75f752b240468f1608f25742b83cd5322f9caa9d0fdf1be52e0b4 dracut-033-241.el7_1.3.x86_64.rpm