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] How can i be able to determine if a host its overloaded?

To: xen-users <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] How can i be able to determine if a host its overloaded?
From: "Martin Hierling" <martin@xxxxxxxxx>
Date: Mon, 16 Jun 2008 15:12:07 +0200
Delivery-date: Mon, 16 Jun 2008 06:12:38 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <a9b5c5eb0806160246k74e76071k95e7f9b7b7cc4740@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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <a9b5c5eb0806160246k74e76071k95e7f9b7b7cc4740@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

> Hello, i have run in a little problem with my host, and i have two questions
> perhaps someone can help me with, they are:
>
> Right now my dom0 its a machine with a 2 GHz dual core intel VT able
> processor, 4 Gig RAM and 2 gig-e network cards, how can i know how many
> machines (for example with 256 Mb RAM, 1 virtual processor) can it run?

Limit, without knowledge of cpu power needed, is your ram.
round( ( 4096 - Dom0RAM - 256 ) / 256 )
so, about 14 DomUs.

If they are all idle, no problem, if the all stress your cpus - problem.
But i dont know how to meassure the load of dom0.

Martin

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

<Prev in Thread] Current Thread [Next in Thread>