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] Why does DomU CPU usage increase during live migration?

To: Javier Guerra <javier@xxxxxxxxxxx>
Subject: Re: [Xen-users] Why does DomU CPU usage increase during live migration?
From: S. Ercan Yüzbasioglu <ercan.yuzbasioglu@xxxxxxxxx>
Date: Sat, 18 Apr 2009 12:37:02 +0200
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Sat, 18 Apr 2009 03:38:09 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=vjdUmtd+6zc2WYaQcEzZWjhhIKWaxf5IvspDUfiKgUU=; b=ZqdKKC9kkr6+iXkN94h9ZF6My9oXOJxZ6e8+YvPoXhAu3WAsnTl3+IyLhUsd0FnyoC iftaUGMWlbZRdQ/ceRmSN+Og+5ma+lkXlWhP92PLHnTlYV8ehGjGDTFW5gdFGZb8siSn NomviK44EqGNP5xxeDHw4VvaLnyQFZnFXdWQY=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=TBnkgExV3p+XOLf/sc6Lz+qoGVzsp8gVYtJ/b8Vj1iIbC9xac0jiopbEfOg4lZQzAW HO5J7tiavrsy5MB6ZLrhDnNmStpdKqpPbljvUEO8LCygz7KL+7C/oo+osKcPR+XFBv09 2WCeockS35NK1hiqMa2nw6UAgfmZd7txkLU4Y=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <200904170926.18596.javier@xxxxxxxxxxx>
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: <d71fa1da0904170309q17928f27k78974846df2be996@xxxxxxxxxxxxxx> <200904170926.18596.javier@xxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi again,

Thanks a lot for sharing your opinion.

In my opinion, if the first one was true, I was supposed to see an increase of the "steal" CPU time, not user or sys. Because no matter how many cpu cycles the virtual CPU gets, user and sys values are percentages of the CPU cycles that used by a "user" or "system" process, among total CPU cycles. If the VCPU has to wait for a CPU, because Dom0 or some other DomU is currently using it, it would be given in the steal percentage. Do you agree with that?

So the second one seems more likely to me. As far as I know, during migration of a DomU, all its page writing requests end up with a page fault, so that Xen knows that this particular page is dirtied. This might be causing an overhead, as you mentioned. But this handling is done by Xen though, so like above, it shouldn't count as a cpu time used by the process itself. Anyway, this direction looks like the right one for further investigation.

Do you happen to know how the page dirtying rate of a DomU can be monitored. Is it possible at all? Would something in /proc provide me this kind of information?

Cheers,
Ercan


On Fri, Apr 17, 2009 at 4:26 PM, Javier Guerra <javier@xxxxxxxxxxx> wrote:
S. Ercan Yüzbasioglu wrote:
> I would expect that Dom0 should be the only domain whose CPU usage is
> supposed to increase. The migration process is supposed to be transparent to
> the DomU, right? So I cannot justify this behaviour. Does anybody have an
> idea about this?

two ideas:

1- Xen's Hypervisor is doing a heavy work, and charges it to the DomU's credit, therefore the scheduler gives less CPU time to the 'real' DomU, so it gets less idle time, so higher CPU usage.

2- the migration system uses MMU facilities to mark which pages have changed after copied (so they have to be recopied).  that marking makes the whole DomU RAM look a bit like virtual memory (backed by real RAM), temporarily increasing overhead, and making all processes in DomU slightly slower.



--
Javier

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>