WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Monitor domU resources usage from dom0

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Monitor domU resources usage from dom0
From: Sourygna <luangsay@xxxxxxxxx>
Date: Fri, 11 Jun 2010 08:18:10 -0700 (PDT)
Delivery-date: Mon, 14 Jun 2010 08:32:52 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <2ff7902b1001221016y13e162dciac5c82cfd3dac5af@xxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <2ff7902b1001221016y13e162dciac5c82cfd3dac5af@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

I though about this problem during a while but I was unable to imagine a
good monitoring solution just using the tools from the dom0.
Finally, what I have done was installing some small scripts on each domU and
passing the monitoring results to the dom0 through xenstore. Monitoring this
way avoid you to install a permanent daemon on each domU, avoid useless
network traffic and you can manage all your domUs monitoring from your
dom0s.

You can find my scripts and some explanations here :
http://practicalsystemadmin.blogspot.com/2010/06/monitor-xen-domus-from-dom0-with.html

Sourygna


Michele-47 wrote:
> 
> Hi,
> 
> I was wondering if there's a way to monitor how much resources a domU
> is using. Installing something on the domUs is not an option, so I
> need to do it with the tools I've got on the dom0.
> 
> I'd like to see how much RAM and CPU a domU is using (not how much is
> allocated which I can see with xentop), but I wasn't able to find a
> way to do it.
> Also, any way to see the load?
> 
> Any suggestions would be highly appreciated. :)
> 
> Thanks a lot,
> Michele
> 
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Monitor-domU-resources-usage-from-dom0-tp27277855p28856559.html
Sent from the Xen - User mailing list archive at Nabble.com.


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-users] Monitor domU resources usage from dom0, Sourygna <=