Re: [libvirt-users] Check memory inside a container

2013-03-13 Thread Rudy Godoy
> Now I want to check the memory inside the container, but whenever I run top > command or try to cat /proc/meminfo, it shows host machine's memory which > is 3GB. > > So is there any command by which I can check containers memory? > You could use virsh commands such as dominfo or

Re: [libvirt-users] unable to ping from guests in virbr0 to guests in virbr1 network

2012-11-19 Thread Rudy Godoy
at's correct behavior, because the networks are in different ranges they need to have a way to talk to each other, either via a gateway or fixed routing. btw, Why do you need your hosts in separate networks? You may want to check this page on libvirt networking. http://wiki.libvi

Re: [libvirt-users] [LXC][Openstack] Clarifications needed on usage of libvirt-lxc for openstack

2012-11-10 Thread Rudy Godoy
manage lxc containers. Of course there are many virtualization features that are not available from libvirt for lxc. Regards -- Rudy Godoy http://stone-head.org ___ libvirt-users mailing list libvirt-users@redhat.com https://www.redhat.com/mailman/listinfo/libvirt-users

[libvirt-users] LXC guest memory recycling under RHEL6

2012-10-13 Thread Rudy Godoy Guillén
but the behavior repeats again. As I understand what is happening is that the amount of memory used by Apache's processes (4 mpm forks) is never released so every request causes more memory comsumption reaching that point. If I'm correct on this what can I do to handle it? thanks! -